mirror of
https://github.com/ModernRelay/omnigraph.git
synced 2026-07-12 03:12:11 +02:00
The harness's JSON lines were vanishing into terminal scrollback — the numbers that justify decisions (the 6.9GB merge crash, the prefilter recall pair) had no system of record, and the v7 baselines are needed for before/after comparison across the Lance 9 bump. Every run now appends its record, stamped with a unix ts and the current git sha, to --out <path> / OMNIGRAPH_BENCH_RESULTS / benches/results.jsonl (gitignored — host-specific, self-describing via host+params).
31 lines
441 B
Text
31 lines
441 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/
|
|
crates/omnigraph/benches/results.jsonl
|