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

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
coverage/

# Local brainstorming/design artifacts — never published
docs/superpowers/

# Launch-video frame captures (regenerable)
ui/screenshots/
