unrelated: add .venv to gitignore

fix_request_path_info^2
Chris Glass 2020-08-14 16:28:30 +02:00
parent a84db94c4e
commit c0874c5e90
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

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