# Local sync bookkeeping for gh-secrets (per-machine; the manifest itself is
# tracked)
.gh-secrets-state.json

/target/
**/*.rs.bk

.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/

node_modules/
*.tsbuildinfo

.nx/

/dist/
**/dist/
/build/

/coverage/
**/coverage/
*.profraw
*.profdata
lcov.info
.coverage
.coverage.*

# Composed, never committed: the repo plan and the one-time llmlint buildout tier
/REPO_PLAN.md
/llmlint.buildout.yml

# screencomp: commit the digest baseline (shots/baseline/*.json) and the README images
# (docs/screenshots/*.svg), never the regenerated capture trees or the review gallery.
/shots/current/
/shots/verify/
/shots/review/
