unrelated: add .venv to gitignore

This commit is contained in:
Chris Glass 2020-08-14 16:28:30 +02:00
parent a84db94c4e
commit c0874c5e90

1
.gitignore vendored
View File

@ -17,3 +17,4 @@ dist/
docs/_build/
htmlcov/
venv/
.venv/