# local dev tooling
.claude/
CLAUDE.md
docs/superpowers/
stale-detector-spec.md

# Python
__pycache__/
*.pyc
*.pyo
.coverage
htmlcov/
.pytest_cache/
*.egg-info/
dist/
build/

# Env
.env
