mirror of
https://github.com/ModernRelay/omnigraph.git
synced 2026-07-03 02:51:04 +02:00
30 lines
402 B
Text
30 lines
402 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/
|
|
/docs/internal
|
|
|
|
# Local-only working files (not for the public repo)
|
|
/archived/
|
|
.claude/
|
|
.worktrees/
|
|
/CLAUDE.md
|
|
/omnigraph.yaml
|
|
/schema-improvements.md
|
|
/schema-issues.md
|
|
/schema-prior-art.md
|
|
mdrip/
|