Edited gitignore and README to make everything work proprely with virtualenv

This commit is contained in:
2015-12-03 20:29:07 +01:00
parent 2c4bac7c9f
commit e750b5a12f
3 changed files with 8 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
db.sqlite3
*.pyc
*__pycache__*
.DS_Store
env_sith