Skip to content

Commit 878a3a5

Browse files
committed
Github's python .gitignore
1 parent 8dbe714 commit 878a3a5

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.gitignore

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
*.py[cod]
2+
3+
# C extensions
4+
*.so
5+
6+
# Packages
7+
*.egg
8+
*.egg-info
9+
dist
10+
build
11+
eggs
12+
parts
13+
bin
14+
var
15+
sdist
16+
develop-eggs
17+
.installed.cfg
18+
lib
19+
lib64
20+
21+
# Installer logs
22+
pip-log.txt
23+
24+
# Unit test / coverage reports
25+
.coverage
26+
.tox
27+
nosetests.xml
28+
29+
#Translations
30+
*.mo
31+
32+
#Mr Developer
33+
.mr.developer.cfg
34+

0 commit comments

Comments
 (0)