omnigraph/.gitignore
Ragnor Comerford 3cc5c6a9a2
chore: gitignore the mdrip/ markdown snapshot cache
npx mdrip writes fetched-page snapshots under mdrip/. The cache is a
local-only working artifact (docs/lance.md is the curated index of
upstream Lance pages we fetch on demand). Keep the cache out of the
tree.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-12 17:02:14 -07:00

28 lines
376 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
mdrip/