Update .gitignore

This commit is contained in:
Correl Roush 2020-09-25 10:17:09 -04:00
parent 75c17a16c8
commit f77f8a9660

18
.gitignore vendored
View file

@ -1,13 +1,15 @@
*.egg
*.egg-info
*.log
*.py[cod]
*~
.DS_Store
.idea
poetry.lock
.python-version
*.log
tmp/
*.py[cod]
*.egg
.hypothesis
.idea
.python-version
.tox
build
dist
htmlcov
poetry.lock
tmp/