__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.venv/
.env
.env.local
*.db
*.sqlite
.pytest_cache/
.ruff_cache/
.mypy_cache/
vendor/

# GrowthBook intercept (LOCAL-ONLY — DO NOT COMMIT)
src/llm_relay/proxy/growthbook_intercept.py

# Investigation/evidence/audit files (local-only analysis)
docs/investigation-*
docs/audit-*
docs/evidence-*/

# Backup files
docker-compose.yml.bak*

# Credential files
*.key
*.pem
oauth_creds.json
