omnigraph/.gitignore
andrew 0469b6883e 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) <noreply@anthropic.com>
2026-04-26 16:41:15 +03:00

27 lines
369 B
Text

/target
**/target
*.lance
*.nano
*.nanograph
.DS_Store
.env
.env.*
*.tfstate
*.tfstate.*
.terraform/
.terraform.lock.hcl
*.tfvars
!*.tfvars.example
__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