Skip to content

Commit 31cdce7

Browse files
committedOct 26, 2015
added gitignore
1 parent c270976 commit 31cdce7

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
 

‎.gitignore

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
*.pyc
2+
config.py
3+
README
4+
README.txt
5+
6+
# Distribution / packaging
7+
.Python
8+
env/
9+
bin/
10+
build/
11+
develop-eggs/
12+
dist/
13+
eggs/
14+
lib/
15+
lib64/
16+
parts/
17+
sdist/
18+
var/
19+
*.egg-info/
20+
.installed.cfg
21+
*.egg
22+
23+
# Installer logs
24+
pip-log.txt
25+
pip-delete-this-directory.txt

0 commit comments

Comments
 (0)
Please sign in to comment.