# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg
.venv/
venv/

# Testing
.pytest_cache/
.coverage
htmlcov/
coverage.xml
.mypy_cache/
.ruff_cache/

# IDE
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Project
.tmp/
*.log
.env
.env.*

# Local working files (not committed)
docs/superpowers/
.claude/
hyperi-ai/
.mcp.json
CLAUDE.md
STATE.md
TODO.md
.ai-version

# Git worktrees
.worktrees/
