-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
395 lines (327 loc) · 6.38 KB
/
.gitignore
File metadata and controls
395 lines (327 loc) · 6.38 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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
# Secrets - NEVER COMMIT!
.env
*.key
*.pem
# Zig
zig-cache/
zig-out/
*.o
*.a
# Build artifacts
/build/
**/.build/
# Never commit accidental root clutter (use zig-out/bin, hardware/rtl-root)
/a.out
/*.v
/*.blif
/*.edif
/uart_echo.json
/trinity_chat.tvc
/data/trinity_chat.tvc
/simulation_results.csv
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Docusaurus
docs/node_modules/
docs/.docusaurus/
docs/build/
docs/docsite/node_modules/
# Test artifacts
*.log
.zig-cache/
-e
# Large model files
data/models/*.tri
data/models/qwen-coder-7b/
data/models/qwen-coder-1.5b/
-e
# Large model files
data/models/*.gguf
*.gguf
# Generated files
generated/
# Temporary binaries
/vibee
# Compiled Zig binaries
src/vibeec/flash_benchmark
# Cleanup artifacts
*.tmp
*.temp
photon_*.ppm
photon_*.wav
# Archive (don't track old code size)
archive/frontend/website/node_modules/
archive/frontend/docs/node_modules/
archive/frontend/docs/.docusaurus/
archive/frontend/docs/build/
# Test models (large files)
data/models/test/*.safetensors
data/models/bitnet/microsoft-bitnet-2b/model.safetensors
src/vibeec/gguf_chat
src/vibeec/gguf_full_generate
src/vibeec/gguf_to_tri
src/vibeec/tri_inference
.vercel
.env*.local
data/models/bitnet/
src/vibeec/bitnet_inference_test
# Zig SDK downloads
zig-macos-*/
zig-linux-*/
zig-windows-*/
zig/
*.tar.xz
# Ralph logs (keep config)
.trinity/ralph/logs/
.trinity/ralph/god_mode_log.jsonl
# Context index (generated binary, 80MB+)
deploy/trinity-nexus/.context_index
# SOUL bindings (tracked for orchestration)
!.trinity/issue_bindings.json
!.trinity/souls/
# Temporary scripts
check_ssh.py
# BitNet upstream repo (large, cloned locally)
bitnet-cpp/
# Large FPGA installer binaries (>100MB)
fpga/fly-vivado/*.bin
# Forge build artifacts
build/forge_*.bit
fpga/openxc7-synth/chipdb/
fpga/openxc7-synth/forge_ref.bit
fpga/openxc7-synth/*.json
fpga/fly-vivado/output/
# Generated segbits data — stub is tracked, full data (7MB+) is generated by:
# python3 tools/gen_segbits.py --part xc7a100t
# Do NOT add the full generated file to git. The stub provides compile-time API.
# Microsoft model weights
data/models/microsoft-bitnet-2b/
data/models/microsoft-bitnet-2b-bf16/
data/models/bitnet-2b.bin
data/models/embeddings/
# Binary executables (root)
bitnet_ffi
bitnet_full_layers
igla_batch
igla_batch_v5
igla_dogfooding
igla_glove
igla_infinite_opt
igla_local_m1
igla_metal_swe
igla_opt
parallel_downloader
trinity_node_igla
trinity_ona_ui
trinity_swe_agent
trinity_ui
trinity_ui_app
/test_io*
test_mmap_ret
test_page_size*
debug_test
# FPGA chipdb (>100MB, exceeds GitHub limit)
fpga/openxc7-synth/chipdb/*.bin
# Large FPGA weight files (177K+ lines, too large for GitHub)
fpga/openxc7-synth/*_weights.mem
# Large FPGA synthesis outputs (.fasm/.frames can be 30K+ lines)
fpga/openxc7-synth/*.fasm
fpga/openxc7-synth/*.frames
# Training data (multi-GB, download separately)
data/tinystories/
!data/tinystories/train_100k.txt
# Model checkpoints (regenerated by training)
data/checkpoints/
data/checkpoints_v*/
# Debug symbols
*.dSYM/
# Python
__pycache__/
*.pyc
# Node modules everywhere
node_modules/
# Contracts build
contracts/artifacts/
contracts/cache/
# VSCode extension build
vscode-trinity-swe/out/
# Temp Python scripts
convert_safetensors.py
diagnose_*.py
verify_forward.py
# Website static (deployed via gh-pages)
.nojekyll
404.html
index.html
!/apps/queen-web/index.html
docs.html
quantum-runtime.html
assets/
icons/
img/
!docs/static/img/
favicon.ico
manifest.json
og-image.svg
robots.txt
sitemap.xml
sw.js
vite.svg
# Vibee client (separate project)
vibee-client/
# ESP32 JTAG (xvc-esp32 external project)
fpga/esp32-xvc/
# Releases (use GitHub Releases for binaries)
releases/
# Temp test files
debug_test.zig
# Old build files
build_zig13_old.zig
/tri
# Test artifacts in repo root only (zig-out/ for binaries; allow test_*.v under hardware/ etc.)
/test_*
!test/**/*.zig
!test/**/*.sh
*.vcd
*.tvc
# Core dumps
core
# Misplaced binaries in root
/root
/ralph
/main
*.pdb
# Provider binaries
*_provider
# CLI binaries (root)
*_cli
*_search
*_codegen
*_chat
*_repl
*_mvp
competitive_repl
photon_trinity_canvas
# VIBEE binaries
transcription
vibee_st
# Benchmark binaries
benchmark_large
benchmark_massive
bench_core
# Media test artifacts
*.ppm
*.wav
*.trit
# Invalid filenames (shell artifact)
--
-language
-output
-output-dir
-o
docs.old.20250304/
# Training artifacts (active process)
hslm-train
hslm-train/
--output
--output/
data/checkpoints_v3/
# Claude agent config (local)
CLAUDE.md.agent
# Handoff artifacts (transient, per-issue)
.trinity/handoff/
# FPGA temp scripts and logs (generated during synthesis)
fpga/openxc7-synth/*.py
fpga/openxc7-synth/*.txt
fpga/openxc7-synth/*.sh
# Runtime data and logs (auto-generated)
.trinity/farm/account_health.json
.trinity/queen/launcher.err
# FPGA wide-packed weight files (generated by weight tools)
fpga/openxc7-synth/*_wide.mem
fpga/openxc7-synth/fpga/
# FPGA weight tool binaries (compiled C, sources tracked)
fpga/tools/weight_col2wide
fpga/tools/weight_pack_wide
# Report files (auto-generated docs)
*.md
!CLAUDE.md
!.github/
!docs/
# Docker files in root (use deploy/ subdirectory instead)
Dockerfile*
*.toml
# Templates (tracked for agent orchestration)
!templates/SOUL.md
fly.toml
# Temporary directories
temp/
build-artifacts/
demo-scripts/
legacy-bin/
.cache
# Build outputs (keep zig-out-linux locally only)
zig-out-linux/
# Install scripts
install.sh
deploy-*.sh
# Temporary CLI flags
--language
--output-dir
# Build artifacts
bin/
bindings/
contracts/
demo/
demos/
extensions/
homebrew-tap/
install.sh
k8s/
libs/
mcp/
metrics/
models/
packages/
runtime/
translator-app/
tree-sitter-vibee/
trinity-nexus/
website/
# SOUL bindings (tracked for orchestration)
!.trinity/issue_bindings.json
!.trinity/souls/
!templates/SOUL.md
# Junk archive (large, local only)
archive/junk-*/
fpga/openxc7-synth/synth_reports/hslm_full_top.json
*.bak
# Swift build artifacts (Queen UI)
apps/queen/*.d
apps/queen/*.swiftdeps
apps/queen/*.swiftdeps~
apps/queen/*.png
data/cells/
src/tools/uart-echo-test
data/cifar-10/
# Trinity: specific subdirectories ignored
# .trinity/ is NOT ignored (SOUL bindings must be tracked)
.trinity/ralph/logs/
.trinity/ralph/god_mode_log.jsonl
.trinity/queen/
.trinity/scholar/
.trinity/mu/
.ralph/
.trinity/scholar/state/
fpga/build-deps/
fpga-flash
# SOUL bindings (tracked)
!.trinity/issue_bindings.json
!.trinity/souls/
!templates/SOUL.md