-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
65 lines (55 loc) · 971 Bytes
/
.gitignore
File metadata and controls
65 lines (55 loc) · 971 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
65
# Python
__pycache__/
*.py[cod]
*.so
*.egg-info/
dist/
build/
.venv/
*.egg
# Environment / secrets — never commit credentials
.env
.env.*
*.env
*.key
*.pem
.secrets
# MkDocs build output
site/
# Rust
squish_quant_rs/target/
# Model weights — never commit model files
models/
*.npy
*.safetensors
# Exception: tiny test fixtures (< 1 MB, committed for deterministic CI)
!tests/fixtures/**/*.safetensors
squish_4bit/
squish_int8/
squish_fp16/
# Eval outputs (all root-level and nested)
eval_output*/
dev/results/
nohup.out
/tmp/squish_*.log
*.log
# Generated coverage / test artifacts
coverage.json
upload_report.md
.coverage
htmlcov/
# Paper / research tooling artifacts
*.cast
dev/demos/squish_demo.cast
# Paper drafts and unpublished writing in docs/final/
docs/final/
# IDE / OS
.DS_Store
.vscode/
.idea/
eval_output_7b_full/
# Old paper draft files
docs/Squish_Paper_arXiv*.docx
docs/Squish_Action_Plan*.docx
"docs/Squish_Action_Plan*"
docs/final/_media/