.superpowers/

# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
.venv/
venv/
.python-version

# macOS
.DS_Store

# Benchmark outputs cheap to regenerate
benchmarks/data/*.npy
benchmarks/logs/
benchmarks/sweep.log
benchmarks/sweep_b.log

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