gitignore: ignore graphify-out/ knowledge-graph cache

graphify-out/ is local tool output (AST cache, query index, graph.json)
regenerated on demand and never meant to be committed.
This commit is contained in:
Breadway 2026-08-06 08:47:09 +08:00
parent 14274856a3
commit 696e3f540f

4
.gitignore vendored
View file

@ -31,3 +31,7 @@ logs/
*.pid *.pid
# Local hygiene notes (not for commit) # Local hygiene notes (not for commit)
CLAUDE.md
# graphify knowledge-graph output (local tool cache, not for commit)
graphify-out/