# deps / build
node_modules/
dist/
*.tgz
.venv/
__pycache__/
*.egg-info/
.pytest_cache/
.ruff_cache/
.coverage
coverage/
htmlcov/

# env / local
.env
.DS_Store

# generated docs (superpowers skills — never committed)
docs/superpowers/
