Skip to content

Commit 80a9423

Browse files
Update .gitignore file.
1 parent 258efb1 commit 80a9423

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed

.gitignore

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,32 @@
1-
*.pyc
2-
*.pyo
1+
*.py[co]
2+
3+
# Packages
4+
*.egg
5+
*.egg-info
6+
dist
7+
build
8+
eggs
9+
parts
10+
var
11+
sdist
12+
develop-eggs
13+
.installed.cfg
14+
15+
# Installer logs
16+
pip-log.txt
17+
18+
# Unit test / coverage reports
19+
.coverage
20+
.tox
21+
22+
#Translations
23+
*.mo
24+
25+
#Mr Developer
26+
.mr.developer.cfg
27+
28+
# OS-X thumbnails
329
.DS_Store
30+
31+
# vi swap files
432
*.swp

0 commit comments

Comments
 (0)