# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.eggs/

# Test / cache
.pytest_cache/
.coverage
htmlcov/

# culprit run output
output/

# OS / editor
.DS_Store
*.swp
.venv/
venv/
superpowers
.superpowers
.ruff_cache

# benchmarks (dev tool): clone cache and run results stay local
benchmarks/.cache/
benchmarks/results*.json
