# Python
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# mypy
.mypy_cache/

# ruff
.ruff_cache/

# OS
.DS_Store
Thumbs.db

# Environment
.env

# Commit message temp file
.commitmsg

# uv
uv.lock

# Claude Code
.claude/
CLAUDE.md

# Superpowers brainstorm artifacts
.superpowers/

results/
