-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
107 lines (88 loc) · 1.63 KB
/
.gitignore
File metadata and controls
107 lines (88 loc) · 1.63 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
# Build outputs
build_arm64/
build_x86/
build/
*.o
*.elf
*.img
*.bin
# Auto-generated firmware header (binary blob, ~300KB)
kernel/drivers/bt/bt_firmware.h
# Firmware blobs (not committed -- download separately)
firmware/
# Editor/IDE
.vscode/
*.swp
*~
# OS junk
Thumbs.db
.DS_Store
# Logs and debug output
*.log
*.pdb
build_log.txt
build_output.txt
qemu_out*.txt
qemu_sne.txt
serial.log
# Build helpers
compile_commands.json
zigcc.cmd
check_tramp.pdb
# Models (large binary files)
models/
# Host build outputs
build_host/
*.exe
# Generated/temporary
iq2xxs_grid_correct.txt
# Internal dev utility scripts (one-off patches/fixes)
patch_*.py
patch_template*.ps1
fix_*.py
fix_*.ps1
add_debug.ps1
add_warmup*.ps1
apply_patch.ps1
revert_template.py
debug_ctx.ps1
debug_nodrafts.ps1
scripts/archive_runtime_artifacts.ps1
# Internal raw output files
baseline_od.txt
onedecode_od.txt
out_spec.txt
diag_out.txt
qemu_serial*.log
# Internal archives and temp benchmark data
archives/
benchmarks/
# Internal planning/notes (local-only)
docs/internal/
docs/IMPLEMENTATION_PLANNING.md
docs/TOKEN_NATIVE_PLANNING.md
docs/TOKEN_NATIVE_PIPELINE.md
docs/EVOLUTION.md
docs/GEODESSICAL_PLAN.md
docs/AXIOM_BETA_INTERNAL_DESIGN.md
*.ideas.md
*.scratch.md
# Local benchmark snapshots
bench_*.txt
diff_full.txt
# Axiomatic subsystem generated reports and internal state
axiom_beta_report*.json
axiom_warp_state.dat
# OTT internal binary state and reports
ott_hs_disk.dat
ott_readiness_report.json
# Internal audit reports
AUDIT_REPORT.md
# Theory / research documents (never commit)
organic_training_theory/
*.tex
*.aux
*.toc
# Internal development scripts
_fix_case*.ps1
_*.ps1