.venv/
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Secrets / local-only — never commit
.env
.env.*
*.pem
*.key
.claude/settings.local.json
