# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# uv
.venv/

# IDE
.vscode/
.idea/
*.swp

# Env
.env
.env.*
!.env.example

# Build
dist/
build/

# OS
.DS_Store

# Claude Code workflow artifacts (live in ~/.claude/projects/<this>/superpowers/, not in repo)
docs/superpowers/
.claude/
.superpowers/

notebooks/
