# Generated by the governance MCP server importing wake-digest.py on every launch
__pycache__/
*.pyc

# macOS Finder droppings
.DS_Store

# git-lfs shims in the GLOBAL hook directory (REVIEWED-131 / PENDING-165 option (b))
# git-lfs installs these into whatever core.hooksPath names; here that is the hook
# directory shared by every repo on this machine. On 2026-03-20 a routine `git add`
# captured them (066a47a) and they sat TRACKED for four weeks, executing everywhere and
# indistinguishable from hooks the steward wrote. Ignoring them stops that capture.
#
# ⚠ DELIBERATELY NARROW — these four names only, not `git/hooks/*` with an allowlist.
# A blanket ignore would silently prevent committing a NEW legitimate hook: it would work
# locally, never reach the repo, and the allowlist check cannot see that (it reads the
# filesystem, not the index). A narrow ignore trades away nothing.
#
# Visibility is NOT lost by this: governance-drift-check.py declares the directory's
# contents and reports anything unexpected, tracked-ness not consulted. That check is
# what makes ignoring safe — do not ignore more than this without extending it.
git/hooks/pre-push
git/hooks/post-checkout
git/hooks/post-commit
git/hooks/post-merge
