# Internal working notes (specs, plans, drafts) — not for public repo.
docs/internal/

# Local git hooks — opt-in per clone; CI lint-commits is the authoritative gate.
.githooks/

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

# Editor / OS
.DS_Store
.idea/
.vscode/
*.swp

# hatch-vcs generated
agent_runner/_version.py

# Coverage outputs
.coverage
coverage.xml
htmlcov/

# Personal /team-onboarding artifact — not project content
ONBOARDING.md

# Local tooling scratch directories — never project content, never published.
# Defense in depth only: releases build from a fresh CI checkout, and every
# sdist 0.1.1–0.2.1 was checked clean. This only guards a local `python -m build`.
.superpowers/
