-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
31 lines (24 loc) · 813 Bytes
/
Copy path.gitignore
File metadata and controls
31 lines (24 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Research / reference material — not part of the product.
# All reference PDFs and research folders live under resources/ (never committed).
resources/
# Python cruft
__pycache__/
*.pyc
.venv/
venv/
*.egg-info/
.pytest_cache/
build/
dist/
.DS_Store
# pressure-test model-output cache (large, machine-local, regenerable)
.pressure_cache/
# hard-corpus model-output cache (same deal: resumes a sweep, never a result)
.hardcorpus_cache/
# model-output caches from the memory A/B (obsolete lineup; not committed)
.memory_ab_cache/
.memory_ab_corpus_cache/
# obsolete pressure-v2 raw shards from the deleted model lineup (not a result)
assets/pressure_v2/obsolete_deleted_lineup/*.json
# Rust build artifacts for the truck driver (source kept, target ignored)
src/harnesscad/io/backends/truck_driver/target/