Skip to content

Commit 7733c32

Browse files
committed
README update
1 parent 750f593 commit 7733c32

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.gitattributes

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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
8+
.pyw text diff=python
9+
.pyx text diff=python
10+
11+
# Binary files
12+
# ============
13+
.db binary
14+
.p binary
15+
.pkl binary
16+
.pyc binary
17+
.pyd binary
18+
.pyo binary
19+
20+
# Note: .db, .p, and .pkl files are associated
21+
# with the python modules ``pickle``, ``dbm.*``,
22+
# ``shelve``, ``marshal``, ``anydbm``, & ``bsddb``
23+
# (among others).

0 commit comments

Comments
 (0)