mirror of
https://github.com/ModernRelay/omnigraph.git
synced 2026-06-09 01:35:18 +02:00
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>
27 lines
369 B
Text
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
|