# OS / editor cruft .DS_Store Thumbs.db *.swp *.swo *~ .vscode/ .idea/ # OneDrive sync conflicts (just in case repo ends up under OneDrive accidentally) *-Bob.* *conflict* # Python __pycache__/ *.py[cod] *$py.class .venv/ venv/ env/ *.egg-info/ .pytest_cache/ # Closed operational data — exact prompt strings remain CLOSED to prevent # Goodhart's Law (when a measure becomes a target, it ceases to be a measure). # Public examples and frameworks live in prompts/ at the repo root. prompts/swiece-sojowe-pl/ prompts/kosmetyki-naturalne-pl/ prompts/suplementy-nutricosmetyki-pl/ prompts/diety-pudelkowe-pl/ prompts/premium-pet-food-pl/ prompts/kawa-specialty-pl/ prompts/czekolada-rzemieslnicza-pl/ prompts/kursy-programowania-bootcampy-pl/ prompts/kliniki-estetyczne-dermo-pl/ prompts/fitness-studios-premium-pl/ prompts/kosmetyki-meskie-pl/ # Closed anti-gaming thresholds (private values, public categories documented) anti_gaming/private_thresholds.json anti_gaming/honeypot_brand.json # First-party telemetry from Free Checker (GDPR — raw user data closed) telemetry/raw/ # Output of scan cycles (raw query logs are public via API but not in repo) output/ scans/ # Secrets .env .env.* !.env.example *.key secrets.json