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 62f04af commit 4823e06Copy full SHA for 4823e06
.gitattributes
@@ -1,7 +1,6 @@
1
# Basic .gitattributes for a python repo.
2
3
# Source files
4
-# ============
5
*.pxd text diff=python
6
*.py text diff=python
7
*.py3 text diff=python
@@ -11,7 +10,6 @@
11
10
*.pyi text diff=python
12
13
# Binary files
14
15
*.db binary
16
*.p binary
17
*.pkl binary
@@ -20,13 +18,6 @@
20
18
*.pyo binary export-ignore
21
19
*.pyd binary
22
23
-# Jupyter notebook
24
-# *.ipynb text
25
-# *.ts text
26
-# *.tsx text
27
-# *.js text
28
-# *.jsx text
29
-
30
# To ignore it use below
31
*.ipynb linguist-documentation
32
*.tsx linguist-documentation
0 commit comments