Skip to content

Commit 5162fa7

Browse files
committed
Add .gitignore.
1 parent 6a52296 commit 5162fa7

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.gitignore

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
*.py[cod]
2+
3+
# Packages
4+
*.egg
5+
*.egg-info
6+
dist
7+
build
8+
eggs
9+
parts
10+
bin
11+
var
12+
sdist
13+
develop-eggs
14+
.installed.cfg
15+
lib
16+
lib64
17+
__pycache__
18+
19+
# Unit test / coverage reports
20+
.tox
21+
22+
# PyCharm
23+
.idea
24+
25+
# pyenv
26+
.python-version

0 commit comments

Comments
 (0)