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:
@@ -51,6 +51,11 @@ $RECYCLE.BIN/
|
|||||||
# AI/strumenti locali
|
# AI/strumenti locali
|
||||||
.claude/
|
.claude/
|
||||||
|
|
||||||
|
# Graphify generated output (knowledge graph, AST/semantic cache)
|
||||||
|
graphify-out/
|
||||||
|
|
||||||
# Python bytecode
|
# Python bytecode
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.pyc
|
*.pyc
|
||||||
|
|
||||||
|
cache/
|
||||||
Reference in New Issue
Block a user