# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/

# Environments
.venv/
venv/
.env
.env.*
!.env.example

# Tooling caches
.mypy_cache/
.ruff_cache/
.pytest_cache/

# Generated reports / working output
reports/
*.log

# Local task cache (pin a committable set with --tasks-file instead)
.gauntlet/

# OS
.DS_Store
Thumbs.db

# Private planning / research (kept locally, not tracked in git)
/PLAN.md
/docs/prior-art.md
/REVIEW.md
