-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
87 lines (73 loc) · 1.09 KB
/
.gitignore
File metadata and controls
87 lines (73 loc) · 1.09 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
/.cargo/config.toml
heaptrack.*
# === Standard exclusions (do not depend on user ~/.gitignore) ===
# Rust build artifacts
target/
# Fuzz build artifacts and crashes
fuzz/target/
fuzz/artifacts/
# Profiling
perf.data
perf.data.old
flamegraph.svg
heaptrack.*.zst
cachegrind.out.*
callgrind.out.*
massif.out.*
# C/C++ build artifacts
*.o
*.obj
*.a
*.lib
*.so
*.dylib
*.dll
*.rlib
# Compiled binaries with no extension
rust_out
# Node
node_modules/
# Images (test artifacts, screenshots, montages)
*.png
*.jpg
*.jpeg
*.webp
*.avif
*.jxl
*.gif
*.bmp
*.tiff
*.tif
# Benchmark/report charts are intentional deliverables
!benchmarks/*.png
# OS
.DS_Store
Thumbs.db
# Editors
*.swp
*.swo
*~
.idea/
.vscode/
*.iml
# Tooling noise
.superwork/
.claude/
copter-report/
.zenbench/
.external-cache/
Cargo.toml.original.txt
*.rs.local
*.profraw
*.profdata
fuzz-*.log
.workongoing
.session-log-*
# Python
__pycache__/
*.pyc
# Eval-harness per-pair output CSVs (large, regenerated on each eval)
benchmarks/*_per_pair.csv
benchmarks/*_per_pair_*.csv
benchmarks/v0_22_iw_v3_seed1_2026-05-17.bin
AGENT_COORDINATION_NOTE.md