Merge pull request #689 from mikeckennedy/master

Adds git ignore to skip venv's and removes __pycache__
This commit is contained in:
MikeTheWatchGuy 2018-11-09 18:20:25 -05:00 committed by GitHub
commit b6b9575c91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
.env
venv
__pycache__