From 696e3f540f8f9a260e8986f9ef5fc205b6ac7cb1 Mon Sep 17 00:00:00 2001 From: Breadway Date: Thu, 6 Aug 2026 08:47:09 +0800 Subject: [PATCH] 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. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 0a33787..272a817 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,7 @@ logs/ *.pid # Local hygiene notes (not for commit) +CLAUDE.md + +# graphify knowledge-graph output (local tool cache, not for commit) +graphify-out/