chore(graphify): move graph output to gitignore

graphify-out/ is a local dev artifact (like .svelte-kit/) — the
post-commit hook keeps it fresh on disk automatically. No need to
track it in git; removes the commit-after-every-commit noise.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Scott Idem
2026-06-23 22:12:35 -04:00
parent b0d4615791
commit 9309c15b16
14 changed files with 2 additions and 146279 deletions

5
.gitignore vendored
View File

@@ -35,9 +35,8 @@ temp/
test_results
test-results
# graphify knowledge graph — exclude derived/cache files
graphify-out/cache/
graphify-out/graph.html
# graphify knowledge graph — local dev artifact, not committed
graphify-out/
src/graphify-out/
# Claude Code local settings (machine-specific)