Updated .gitignore

This commit is contained in:
Ethan Smith-Coss 2022-05-04 00:14:53 +01:00
parent 8eccf1907d
commit 9ea22d95ea
Signed by: TheOnePath
GPG Key ID: 4E7D436CE1A0BAF1

2
.gitignore vendored
View File

@ -1,4 +1,6 @@
.tox .tox
.*_cache
**py.typed**
**__pycache__** **__pycache__**
**.log** **.log**
**.egg-info** **.egg-info**