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

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

# graphify build artifacts (regenerated; not source)
graphify-out/

# OS
.DS_Store

# Internal working notes (never publish)
.superpowers/
