From 4bd2c7e39e984b86767a004d8c058a7addd778c9 Mon Sep 17 00:00:00 2001 From: Dirk Date: Wed, 10 Jun 2026 08:33:21 +0200 Subject: [PATCH] chore: gitignore local graphify knowledge-graph output The `graphify` tool generates a graphify-out/ directory (graph.json, GRAPH_REPORT.md, graph.html, manifest, plus machine-specific dotfiles and a regenerable cache). Keep it local and out of version control for now, pending a decision on whether to commit the graph artifacts. Co-Authored-By: Claude Opus 4.8 (1M context) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 80fc54129e..c37f68b02e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,6 @@ node_modules *.bkp stats.html + +# graphify knowledge-graph output (generated locally via `graphify`; not committed for now) +graphify-out/