-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
52 lines (44 loc) · 901 Bytes
/
.gitattributes
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
# Pweave and latex files
# ======================
*.tex text diff=tex
*.texw text diff=tex linguist-language=TeX
*.bib text diff=bibtex
# Misc
# ====
# Text files
# ----------
*.txt text
*.md text
*.pws text
*.toml text
*.yaml text
*.csv text
*.tra text diff=csv linguist-language=CSV
*.val text diff=csv linguist-language=CSV
*.tst text diff=csv linguist-language=CSV
# Binary
# ------
*.png binary
# Python
# ======
# Source files
# ------------
*.pxd text diff=python
*.py text diff=python
*.py3 text diff=python
*.pyw text diff=python
*.pyx text diff=python
*.pyz text diff=python
*.pyi text diff=python
docs/filters/filters.py -linguist-documentation
# Binary files
# ------------
*.db binary
*.p binary
*.pkl binary
*.pickle binary
*.pyc binary
*.pyd binary
*.pyo binary
# Jupyter notebook
*.ipynb text