-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (43 loc) · 1.64 KB
/
.gitignore
File metadata and controls
54 lines (43 loc) · 1.64 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
# ── Documents (may contain proprietary content) ───────────────────────────────
data_raw/*
!data_raw/.gitkeep
data_raw_test/*
!data_raw_test/.gitkeep
# ── Generated by the system ───────────────────────────────────────────────────
archive/
embeddings/
models/*
!models/.gitkeep
llama.cpp/
.venv/
# ── Python ────────────────────────────────────────────────────────────────────
__pycache__/
*.pyc
*.pyo
*.egg-info/
# ── Model files (large binaries) ─────────────────────────────────────────────
*.gguf
*.bin
*.safetensors
# ── OS ────────────────────────────────────────────────────────────────────────
.DS_Store
Thumbs.db
# ── IDE ───────────────────────────────────────────────────────────────────────
.vscode/
.idea/
# Ingest state
.ingest_hashes.json
# Docker
.env
!.env.example
# Docker build state
.last_cuda
# Benchmark marker (delete to re-run benchmark)
.benchmarked_gpu
.benchmarked_cpu
.benchmarked
# Test results
test_results.json
# Claude
.claude
CLAUDE.md