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

# Test / lint / type-check caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
junit.xml
htmlcov/

# Environments / build output
.venv/
venv/
dist/
build/
site/

# Pixi
.pixi/
pixi.lock

# Claude Code local settings (per-developer, not shared)
.claude/settings.local.json

# Local git worktrees (scratch, not shared)
.worktrees/

# Subagent-driven-development scratch (ledgers, briefs, review packages)
.superpowers/

# Local env config (host-services/*/.env.example is the tracked template)
.env
