-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
59 lines (47 loc) · 768 Bytes
/
.gitignore
File metadata and controls
59 lines (47 loc) · 768 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
# C3 build artifacts
build/
*.o
# Editor config
.vscode/
.claude/
CLAUDE.md
# Local machine config (generated from project.json.in)
project.json
c3lsp.json
# CMake build artifacts (CUDA)
cmake-build/
build_cuda/
# JIT kernel cache headers
headers/
# Dataset files
data/
examples/mnist/data/
examples/cifar10/data/
# Reference/debug artifacts
*.npz
debug_test.c3
# Compiled binaries (root)
testrun
tokenizer_compare
slice_test*
check_sizes
# Old Zig build cache
src/cuda/.zig-cache/
# Python virtual environments and artifacts
.venv/
venv/
env/
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
dist/
# Reference implementations (Python scripts for comparison)
reference/
# Test artifacts
comparison_report.json
# Model files
models/
*.safetensors
*.stz