From dd07615012214b6e94045833eea5b6b0470edf0f Mon Sep 17 00:00:00 2001 From: Austin Date: Sun, 2 Aug 2026 15:51:26 -0700 Subject: [PATCH] chore: gitignore generated graphify artifacts (too large for GitHub) Pre-receive hook rejected push due to 100MB+ graph JSON blobs that are regenerated by scripts. Exclude them so they are never committed again. --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index f856db9..5eeedeb 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,11 @@ brain-core/*.db brain-core/*.db-wal brain-core/*.db-shm *.log + +# Generated graphify artifacts (regenerated by scripts; too large for git) +brain/graph/central-graph.json +brain/graph/projects/*.json +brain/graph/*.json +graphify-out/ +brain/graphify-out/ +skills/*/graphify-out/