# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
eggs/
.eggs/
*.egg-info/
*.egg
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Virtualenvs
.venv/
venv/
env/

# IDEs
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db

# Claude / superpowers / scratch (per JamJet ignore convention)
.claude/
.superpowers/
docs/superpowers/
CLAUDE.md
progress-tracker.md
REQUIREMENTS.md
.worktrees/
