gitignore: stop tracking graphify-out/ tool cache

graphify's local knowledge-graph output was never gitignored, so its
generated cache/graph files (75 tracked entries) were showing up as
dirty noise on every run. Add graphify-out/ to .gitignore and untrack
the existing files.
This commit is contained in:
Breadway 2026-08-06 08:46:00 +08:00
parent 6f1fe776ad
commit 471ca884a6
76 changed files with 3 additions and 100300 deletions

3
.gitignore vendored
View file

@ -6,3 +6,6 @@ config.toml
# Local hygiene notes (not for commit)
CLAUDE.md
# graphify knowledge-graph output (local tool cache, not for commit)
graphify-out/