diff --git a/.gitignore b/.gitignore index 5abdfe0..6e19874 100644 --- a/.gitignore +++ b/.gitignore @@ -47,4 +47,7 @@ coverage.xml *.pot # Sphinx documentation -docs/_build/ \ No newline at end of file +docs/_build/ + +# Virtual env directories +.venv \ No newline at end of file