-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
177 lines (148 loc) · 2.87 KB
/
Copy path.gitignore
File metadata and controls
177 lines (148 loc) · 2.87 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
# Build directories (anchored to repo root so scripts/build/ stays tracked)
/build/
/build-*/
/out/
/cmake-build-*/
/_build/
# Object files
*.o
*.obj
*.lo
*.a
*.lib
*.so
*.so.*
*.dylib
*.dll
*.pdb
# Executables
*.exe
*.out
*.app
# CMake
CMakeCache.txt
CMakeFiles/
CMakeScripts/
Testing/
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps/
# Visual Studio / VSCode
.vs/
.vscode/
*.user
*.suo
*.sdf
# JetBrains
.idea/
# Python
__pycache__/
*.pyc
*.pyo
.venv/
venv/
# Logs and scratch
*.log
*.tmp
*.bak
# Models and large data (host these out-of-tree)
*.gguf
*.safetensors
*.bin
*.ckpt
models/
# Test fixture artifacts emitted to the working tree by test runs
*.spm
*.spt
# OS files
.DS_Store
Thumbs.db
# Editor temp
*~
*.swp
*.swo
# Claude Code worktrees / local agent state
.claude/
# Hexagon SDK build_cmake output trees (under src/backends/hexagon/dsp/)
hexagon_*_toolv*/
android_*_aarch64/
hexagonsim_*/
# session scratch (root run-scripts + logs/markers)
/*.ps1
/*_done.txt
/*_log.txt
/*.log
/_eb.log
/v?_farf_evidence.txt
/p02_out/
# OS-owned bake outputs + retired runners (swept from repo root 2026-06-10)
/_bake/
# XBAR P3.1/P3.1b local scratch (build/run harness + episode store)
_build_p31*.bat
_run_p31*.bat
build_p31*.log
run_p31*.log
_p31_ep/
build_*.log
run_*.log
results/
embed_block*
# Session scratch swept 2026-06-22 (needle corpora, episode stores, judge/N5b/diffjudge bakes)
/_needle_corpus*/
/_ep_*/
/_b3_ep_*/
/local-runners/
/_judge_*
/_n5b_*
/_diffjudge_*
/_curator_*
/*.err
# session scratch + root underscore-prefixed throwaways (2026-06-24 root cleanup)
scratch/
# root scratch dirs/files + rust build dirs (2026-06-24 cleanup)
/_*
target-wirecuda/
target-host/
# nested underscore scratch — data dirs + throwaway files at any depth (2026-06-30 sweep)
_*/
tools/**/_*
tests/**/_*
tools/eagle/corpus_small.txt
# moved root run-logs (preserved, untracked)
logs/
*.log.err
*.out.err
tools/sp_daemon/target-l5check/
# --- AUDIT-2026-07-02 s3 fix: LOAD-BEARING recall artifacts are TRACKED despite the
# --- blanket _*/ and *.log rules above. Small files only (registries, sidecar keys,
# --- the deployed W_c head, harnesses); the heavy ep.k/ep.v stay untracked pending
# --- G-EP-REBUILD-BYTEEXACT. Gate receipts under tests/fixtures are ALWAYS tracked.
!_faithful_corpus/
_faithful_corpus/*
!_faithful_corpus/*.json
!_faithful_corpus/*.jsonl
!_faithful_corpus/*.py
!_faithful_corpus/sne/
!_faithful_corpus/eps/
_faithful_corpus/eps/*
!_faithful_corpus/eps/fct_*/
!_faithful_corpus/eps/sne_*/
_faithful_corpus/eps/fct_*/*
_faithful_corpus/eps/sne_*/*
!_faithful_corpus/eps/fct_*/ep.l5
!_faithful_corpus/eps/fct_*/ep.mf
!_faithful_corpus/eps/sne_*/ep.l5
!_b3_wc/
_b3_wc/*
!_b3_wc/wc_deploy.bin
!tests/fixtures/**/*.log
tools/sp_daemon/target-wirecuda-perf/
_gw_probe.*
_gate_grow.*
_gateway.out
_gateway.err
_persist_probe.out
_mcp_gate.*