buku/.gitignore
Andrew Szeto 0200a51e5b
Add .tox directory to .gitignore
This project uses tox, which creates a directory of many virtualenvs in `.tox`.
2019-02-22 18:47:37 -08:00

11 lines
86 B
Plaintext

*.py[co]
*.sw[po]
.cache/
.coverage
.hypothesis
buku.egg-info
dist
build
buku.py
.tox