.venv/
__pycache__/
*.egg-info/
.pytest_cache/
.coverage
dist/
.DS_Store

# Lineage databases -- runtime artifacts, and they hold subject hashes
*.db

# Wheels built outside dist/ (e.g. for the Colab demo upload)
*.whl

# mkdocs build output
site/

# Internal specs and plans: working documents, not published with the repo.
docs/superpowers/

# git worktrees
.worktrees/

# forbidden-term list for the docs gate (never commit; public repo)
.docs-forbidden-terms
