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

# secrets
.env
.env.*

# venv / tooling caches
.venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/

.claude

# Local scratch space (release notes, drafts) — never published
/local**
