update gitignore

This commit is contained in:
David Lord 2024-04-06 16:36:26 -07:00
parent d78c4c5179
commit b120cd83cc
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8

12
.gitignore vendored
View file

@ -1,10 +1,10 @@
.idea/
.vscode/
.venv*/
venv*/
__pycache__/
.tox/
.coverage
.coverage.*
htmlcov/
docs/_build/
dist/
venv/
.coverage*
htmlcov/
.tox/
docs/_build/