-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy path.gitattributes
More file actions
45 lines (41 loc) · 1.12 KB
/
Copy path.gitattributes
File metadata and controls
45 lines (41 loc) · 1.12 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
# --- Language statistics ---
docs/** linguist-documentation
examples/** linguist-documentation
main_notebook.ipynb linguist-documentation
.ipynb_checkpoints/** linguist-generated
# --- Line endings / text normalization ---
* text=auto eol=lf
*.py text diff=python
*.ipynb text merge=union
*.md text
*.rst text
*.toml text
*.yml text
*.yaml text
*.cfg text
*.txt text
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.pdf binary
*.xlsx binary
*.parquet binary
*.pkl binary
*.h5 binary
# --- Exclude from release archives / sdist ---
.github/** export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.flake8 export-ignore
.travis.yml export-ignore
.readthedocs.yml export-ignore
.python-version export-ignore
.coverage export-ignore
tests/** export-ignore
docs/** export-ignore
examples/** export-ignore
main_notebook.ipynb export-ignore
CODE_OF_CONDUCT.md export-ignore
CONTRIBUTING.md export-ignore