-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy path.rchignore
More file actions
17 lines (14 loc) · 707 Bytes
/
Copy path.rchignore
File metadata and controls
17 lines (14 loc) · 707 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Agent-local RCH scratch directories are transient and can vanish mid-rsync.
.rch-*/
.rch_target*/
# Local proof/smoke artifacts and model caches are generated outside Cargo and
# can vanish while rch is syncing the tree to a worker.
.fastembed_cache/
.*-smoke-artifacts/
# ATP benchmark matrix outputs are generated evidence roots. The checked source
# of truth is docs/atp_bench_matrix_spec.md plus scripts/atp_bench/*; local
# run directories can be multi-GB and must not be part of remote proof sync.
artifacts/atp_bench_matrix/
# Local perf profile captures can be root-owned after sudo/netns benchmark runs
# and must not be part of remote proof sync.
artifacts/perf/matrix92-small-clean-profile/