# 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/
