chore(gitignore): ignore graphify-out/ generated directory

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 <noreply@anthropic.com>
This commit is contained in:
2026-05-23 19:50:14 +02:00
parent 53649b40af
commit 915a04b5c3
+5
View File
@@ -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/