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

# Virtual environments
.venv/
venv/
.env
.env.local

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

# Local research receipts (kept out of commits)
.research/

# Working dirs a delegated CLI drops in the repo when run here (e.g. Antigravity/agy)
.antigravitycli/

# Per-user Claude Code settings
.claude/settings.local.json

# Logs and OS cruft
*.log
.DS_Store
Thumbs.db
