gitignore: Modernize.

This commit is contained in:
Brett Smith 2020-05-17 14:12:15 -04:00
parent 30e9f1c1e8
commit e158eae7d9

6
.gitignore vendored
View file

@ -1,4 +1,8 @@
build/
.cache/
*.egg *.egg
*.egg-info/ *.egg-info/
.cache/ .eggs
.mypy_cache/
.tox/
__pycache__/ __pycache__/