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

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

# Environment
.env
.env.*
!.env.example

# Editor / OS
.DS_Store

# Local-only planning docs (kept out of the deploy repo)
docs/plans/
docs/superpowers/
