# python
__pycache__/
.pytest_cache/
.ruff_cache/
/.venv/
/dist/
/.tox/
.claude/
.cursor/

# coverage
.coverage
.coverage.*
coverage.xml
htmlcov/

# mkdocs
/site/

# local dev notes / planning scratch (kept out of the docs/ tree and out of git)
/superpowers/

