# Node
node_modules/
dist/
.env
.env.local
*.log
npm-debug.log*
.DS_Store

# Python
__pycache__/
*.pyc
.venv/
venv/
.pytest_cache/
*.egg-info/
build/

# Go
vendor/
*.test
*.out
coverage.out

# Editor
.vscode/
.idea/
*.swp

# Superpowers skill output belongs in /tmp/, not the repo
docs/superpowers/
