We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 160a074 commit 05b93bdCopy full SHA for 05b93bd
.gitattributes
@@ -1,5 +1,6 @@
1
# Basic .gitattributes for a python repo.
2
3
+
4
# Source files
5
# ============
6
*.pxd text diff=python
@@ -9,6 +10,12 @@
9
10
*.pyx text diff=python
11
*.pyz text diff=python
12
13
14
+# Recipes
15
+# =======
16
+*.yml text
17
18
19
# Binary files
20
21
*.db binary
@@ -19,10 +26,18 @@
26
*.pyd binary
27
*.pyo binary
28
22
-# Jupyter notebook
23
-*.ipynb linguist-documentation
24
-
25
29
# Note: .db, .p, and .pkl files are associated
30
# with the python modules ``pickle``, ``dbm.*``,
31
# ``shelve``, ``marshal``, ``anydbm``, & ``bsddb``
32
# (among others).
33
34
+*.gif binary
35
+*.jpeg binary
36
+*.jpg binary
37
+*.png binary
38
+*.svg binary
39
40
41
+# Jupyter notebook
42
+*.ipynb linguist-documentation
43
0 commit comments