Add .gitignore

pull/530/head
ibuler 2016-08-09 00:42:33 +08:00
commit ba215335bf
1 changed files with 15 additions and 0 deletions

15
.gitignore vendored Normal file
View File

@ -0,0 +1,15 @@
.DS_Store
*.pyc
*.pyo
env
env*
dist
build
*.egg
*.egg-info
_mailinglist
.tox
.cache/
.idea/
db.sqlite3
config.py