# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual envs
.venv/
venv/
env/
ENV/

# Tooling caches
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/

# Editors
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db

# Project-specific
# Per-run benchmark outputs live in bench/results/<timestamp>/; only the
# canonical v0 report under docs/ is tracked.
bench/results/
bench/traces/
*.jsonl.gz
docs/_build/

# Secrets — must never enter git.
.env
.env.*
!.env.example
*.key
*.pem
*api_key*
*api-key*
*.secret
secrets/
.anthropic
.openai
