Add .tox directory to .gitignore

This project uses tox, which creates a directory of many virtualenvs in `.tox`.
This commit is contained in:
Andrew Szeto 2019-02-22 18:47:37 -08:00 committed by GitHub
parent 16b8e05cac
commit 0200a51e5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ buku.egg-info
dist
build
buku.py
.tox