Adds git ignore to skip venv's and removes __pycache__

This commit is contained in:
Michael Kennedy 2018-11-09 11:25:05 -08:00
parent 33164fa4f2
commit 52e531887d
2 changed files with 3 additions and 0 deletions

3
.gitignore vendored Normal file
View File

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