add .tox/ to gitignore

This commit is contained in:
Jimmy Lai 2019-07-11 19:36:05 -07:00 committed by Benjamin Woodruff
parent 49e744208d
commit b14bc3d103

1
.gitignore vendored
View file

@ -5,3 +5,4 @@
*.egg-info/
.pyre/
__pycache__/
.tox/