Updating gitignore

This commit is contained in:
Michael Lazar 2019-08-04 22:04:56 -04:00
parent aa96b29b6c
commit cc3a7b1a9c
1 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -4,3 +4,6 @@
.mypy_cache/ .mypy_cache/
NOTES NOTES
venv/ venv/
*.egg-info/
build/
dist/