-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy path.gitignore
More file actions
64 lines (56 loc) · 731 Bytes
/
.gitignore
File metadata and controls
64 lines (56 loc) · 731 Bytes
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
# Build
build/
build-*/
cmake-build-*/
*.o
*.a
*.so
*.dylib
*.dll
# IDE
.vscode/
.idea/
*.xcodeproj/
*.xcworkspace/
compile_commands.json
# OS
.DS_Store
Thumbs.db
# TurboQuant harness
.score
.score_history
.logs/
# Python
__pycache__/
*.pyc
*.egg-info/
dist/
*.whl
# Test artifacts
Testing/
spec/test_vectors/*.bin
# Etc.
refs/.venv/
.cache/
*.tqm
.venv/
refs/
models/.claude/worktrees/
*.gguf
models/
# Benchmark results (machine-generated)
bench/ablation_results/
bench/kv_quality_results/
bench/data/long_context_ppl_*.csv
bench/data/long_context_ppl_*.json
# Makefile build artifacts
quant
tq_convert
libturboquant.a
*.o
tq_run
tq_run.dSYM/
.claude/worktrees/
.claude/worktrees/
docs/assets/hero_backup.png
build_nomt/