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/ .idea/
.vscode/ .vscode/
.venv*/
venv*/
__pycache__/ __pycache__/
.tox/
.coverage
.coverage.*
htmlcov/
docs/_build/
dist/ dist/
venv/ .coverage*
htmlcov/
.tox/
docs/_build/