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

# Build
dist/
build/

# Virtualenv / uv
.venv/

# Test / tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Editor / OS
.DS_Store

# SDD controller scratch (briefs, reports, diffs, ledger)
.superpowers/
.vscode
.idea