chore: gitignore 에 graphify-out/ 추가

graphify 지식 그래프 산출물(AST 캐시·graph.json·HTML·리포트)은 로컬 캐시이며
post-commit hook 으로 자동 갱신되므로 git 추적에서 제외.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
sangwook yoo 2026-05-12 18:00:26 +09:00
parent 76a53c64d9
commit 4aa805c60f

3
.gitignore vendored
View File

@ -53,6 +53,9 @@ last_updated.log
claude-501/
sl
# [graphify 2026-05-12] graphify 지식 그래프 산출물 (로컬 캐시, post-commit hook 으로 자동 갱신)
graphify-out/
# [local-only 2026-05-08] 모든 markdown 문서 + Claude 설정은 git 추적 제외 (로컬 전용)
# 단, 루트 README.md 만 추적 유지
*.md