From 915a04b5c3e6bc29d5aa5a704a57eee996b71fd7 Mon Sep 17 00:00:00 2001 From: Simone Date: Sat, 23 May 2026 19:50:14 +0200 Subject: [PATCH] chore(gitignore): ignore graphify-out/ generated directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit graphify-out/ contains the knowledge graph, AST/semantic cache, and HTML report — all regenerated by /graphify. No value in tracking them. Co-Authored-By: Claude Sonnet 4.6 --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 9c19ac7..a929303 100644 --- a/.gitignore +++ b/.gitignore @@ -51,6 +51,11 @@ $RECYCLE.BIN/ # AI/strumenti locali .claude/ +# Graphify generated output (knowledge graph, AST/semantic cache) +graphify-out/ + # Python bytecode __pycache__/ *.pyc + +cache/ \ No newline at end of file