build: ignore venv directories

- commonly stored in .venv as the initial dir to support

Signed-off-by: Tom Carrio <tom@carrio.dev>
This commit is contained in:
Tom Carrio 2022-11-07 21:44:11 -05:00
parent 63825b16cf
commit 7ffc959fc6
1 changed files with 4 additions and 1 deletions

5
.gitignore vendored
View File

@ -47,4 +47,7 @@ coverage.xml
*.pot
# Sphinx documentation
docs/_build/
docs/_build/
# Virtual env directories
.venv