# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
*.egg
build/
dist/
.venv/
venv/
env/

# Environment
.env
.env.local

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

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/
coverage.xml
*.prof

# Type checking / linting
.mypy_cache/
.ruff_cache/
.pyright/

# Logs
*.log

CLAUDE.md
.mcp.json

*.lance/

# Build artefacts
docs/superpowers/
*.db

# Superpowers plugin session artifacts
.superpowers/

# Local project review notes
review/
