-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
22 lines (22 loc) · 757 Bytes
/
Copy path.gitignore
File metadata and controls
22 lines (22 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
build*/
# Benchmark instance data (downloaded via fetch_instances.sh)
benchmarks/instances/**/*.sppcc
benchmarks/instances/**/*.vrp
benchmarks/instances/**/*.graph
# Pathwyse converted instances (generated by convert_to_pathwyse.py)
benchmarks/instances/pathwyse/
# Ablation study results (generated by run_ablation.sh)
benchmarks/ablation/results/
# Derived comparison join artifacts — never committed; the tables are joined
# in-memory from the source CSVs (use compute_means.py --rows for spot-checks).
benchmarks/comparison_*.csv
data/
tests/doctest.h
*.o
*.d
__pycache__/
.cache/
.venv/
# Agent tooling: local-only, deliberately not part of the published artifact.
# Note this means /review and the statusline are absent from a fresh clone.
.claude/