-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
229 lines (192 loc) · 4.23 KB
/
Copy path.gitignore
File metadata and controls
229 lines (192 loc) · 4.23 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
# Build artifacts
target/
**/target/
**/*.rs.bk
Cargo.lock
__pycache__/
*.pyc
installer/windows/output/
installer/macos/*.pkg
installer/macos/*.pkg.sha256
.leann/
/.gradle/
# IDE specific files
.idea/
.vscode/
*.swp
*.swo
# OS specific files
.DS_Store
Thumbs.db
# Build output
/dist/
/build/
target-windows/
# LLVM build artifacts
*.ll
*.o
*.a
*.out
*.ir
# Object files and binaries
*.obj
*.bin
*.exe
*.dll
*.so
*.dylib
# Stage compiler outputs
stage1_*
stage2_*
stage3_*
stage4_*
stage5_*
stage_*
# Exception: bootstrap directory contains frozen compilers that should be tracked
!bootstrap/stage1_*
# Bridge compiler artifacts
bridge_source/
# Test binaries and temp test files (in root only)
/test_*
/test[0-9]*
/repro_*
/debug_*
# One-off binaries in root
enum_*_test
token_enum_test
map_enum_test
sieve_test*
mandelbrot_test*
matrix_test*
http_echo_test*
minimal_option_test
# Temporary source files in root
tiny.seen
list_test.seen
simple_test.c
hello.seen
clean_test.seen
test.seen
test_simple.seen
test_if.seen
test_out
test_out.c
test_if_out
test_if_out.c
LlvmTraceOptions
-o.c
nohup.out
# Profiling data
default.profdata
default.profraw
*.profdata
*.profraw
# ML training data (regenerated by scripts/collect_ml_data.sh)
ml_training_data.tsv
# Compiled test/benchmark binaries in root
lru_test
# Assembly scratch files
test.s
# Session progress notes
last-progress.md
comp.md
# Log files
*.log
trace_output.txt
# Incremental compilation cache
.seen_cache/
# Materialized package views and authoritative local import maps
.seen/
/tools/seen-pkg/bin/
# Core dumps
core
# Debug/temp directories
/bootstrap_test/
/hello_test/
/final_rust_removal_test/
# Performance validation (Windows-oriented, not part of release)
/performance_validation/
# Compiler build artifacts
compiler_seen/stage1_v*
compiler_seen/*.c
compiler_seen/*.o
compiler_seen/target/
compiler_seen/target-wsl/
compiler_seen/src/repro.seen
# Benchmark build artifacts (source .seen files are tracked, binaries are not)
benchmarks/rust/
benchmarks/seen_backup/ack
benchmarks/seen_backup/fib_*
benchmarks/seen_backup/recursive_fib*
benchmarks/seen_backup/simple_print
benchmarks/seen_backup/string_test
benchmarks/seen_backup/*.bc
benchmarks/competitors/**/target/
benchmarks/seen_simple/target/
# Benchmark binaries in root
fannkuch_bench
json_bench
matrix_bench/seen_simple/arithmetic_benchmark.c
benchmark_results
# Artifacts (contain personal paths)
artifacts/
# Obsolete bootstrap backups
bootstrap/stage1_frozen.bak*
# Compile commands (generated)
compile_commands.json
# Generated wrappers and platform launchers
seen_lexer.o
seen_parser.o
seen_runtime.o
seen_runtime/seen_runtime_jit.o
seen_runtime/*.o.sig
seen_symbols.o
seen_lsp_full.o
seen.exe
seen_windows.exe
seen_lsp_wrapper.exe
seen_lsp_full_wrapper.exe
working_lsp_server.exe
seen_compiler.exe
seen_complete.exe
seen_lsp_fixed.exe
llvm_rust_test
# Rust backup (old implementation before self-hosting)
rust_backup/
# Backup/temp files
*.modified
# Benchmark results (regenerated by benchmarks/comparison/run_comparison.sh)
BENCHMARK_RESULTS.md
benchmarks/comparison/build/
benchmarks/comparison/results/
# Generated session summaries
BUGFIXES_SUMMARY.md
ML_OPTIMIZER_IMPLEMENTATION.md
README_VERIFICATION.md
# Documentation (private/internal only)
/docs/private/
# Internal tooling
/.agents/
/.claude/
CLAUDE.md
llms.txt
llms-full.txt
.bmad/*
.teddy
# Compiled test binaries in tests/misc_root_tests/ (produced by batch test runs)
# Binaries have no extension; .seen source files are tracked via the negation rule
tests/misc_root_tests/test_*
!tests/misc_root_tests/test_*.seen
!tests/misc_root_tests/test_release_packaging.sh
.build_tmp/
benchmarks/COMPREHENSIVE_BENCHMARK_RESULTS.md
benchmarks/quick_benchmark.sh
benchmarks/run_comprehensive_comparison.sh
vscode-seen/package-lock.json
.codex
# Qwen model inputs, generated engines, and machine evidence stay local.
/projects/seen_ml/qwen38/models/
/projects/seen_ml/qwen38/artifacts/
/projects/seen_ml/qwen38/evidence/
/projects/seen_ml/qwen38/**/*.safetensors
/projects/seen_ml/qwen38/**/*.sqw