# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/

# uv
.venv/

# Environment
.env
.env.local

# IDE
.vscode/
.idea/
*.swp

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# macOS
.DS_Store

# Logs
*.log
/tmp/

# Git worktrees
.worktrees/

# AI workflow docs (specs, plans)
docs/superpowers/
