# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
env/
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.egg-info/
dist/
build/

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

# OS
.DS_Store
Thumbs.db

# Project
.local/
.superpowers/
# Internal planning artifacts (specs/plans written by the planning skills).
# They are working notes, not project documentation — keep them out of the tree.
docs/superpowers/
