-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
43 lines (40 loc) · 1.18 KB
/
Copy path.gitattributes
File metadata and controls
43 lines (40 loc) · 1.18 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
# ── Line endings ──────────────────────────────────────────────────────
* text=auto eol=lf
# Python / config — explicit text
*.py text eol=lf
*.sh text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
*.json text eol=lf
*.toml text eol=lf
*.md text eol=lf
*.txt text eol=lf
*.cfg text eol=lf
*.ini text eol=lf
Dockerfile text eol=lf
.gitignore text eol=lf
.gitattributes text eol=lf
.env.example text eol=lf
# ── Binary (force git to never line-end-munge) ────────────────────────
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.pdf binary
*.zip binary
*.tar binary
*.tar.gz binary
*.tgz binary
*.bin binary
*.safetensors binary
*.gguf binary
*.pt binary
*.pth binary
*.ckpt binary
*.onnx binary
*.parquet binary
*.arrow binary
# ── Linguist hints (cleaner GitHub language stats) ────────────────────
training/**/*.sh linguist-language=Shell
*.ipynb linguist-language=Python