Skip to content

Commit 21050e1

Browse files
committed
Update gitignore with standard excludes.
1 parent 84cc2b7 commit 21050e1

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

.gitignore

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,42 @@
1+
*.py[co]
2+
*.DS_Store
3+
4+
# Packages
5+
*.egg
6+
*.egg-info
7+
dist
8+
build
9+
eggs
10+
parts
11+
var
12+
sdist
13+
develop-eggs
14+
.installed.cfg
15+
16+
# Installer logs
17+
pip-log.txt
18+
19+
# Unit test / coverage reports
20+
.coverage
21+
.tox
22+
.cache
23+
24+
#Translations
25+
*.mo
26+
27+
#Mr Developer
28+
.mr.developer.cfg
29+
30+
# Emacs backup files
31+
*~
32+
33+
# Eclipse IDE
34+
/.project
35+
/.pydevproject
36+
37+
# IDEA IDE
38+
.idea*
39+
src/
40+
41+
# Completions Index
142
completions.idx

0 commit comments

Comments
 (0)