From 0469b6883e0bbf8cb83cb5b81a74209ea50e2580 Mon Sep 17 00:00:00 2001 From: andrew Date: Sun, 26 Apr 2026 16:41:15 +0300 Subject: [PATCH] Ignore local-only working files Keep machine-local state (.claude/, .worktrees/, local omnigraph.yaml, CLAUDE.md, and schema design notes) from showing up as untracked in git status. Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 6f70bdc..4207a6f 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,12 @@ __pycache__/ *.pyc demo/*.omni/ .omnigraph-rustfs-demo/ + +# Local-only working files (not for the public repo) +.claude/ +.worktrees/ +/CLAUDE.md +/omnigraph.yaml +/schema-improvements.md +/schema-issues.md +/schema-prior-art.md