diff --git a/.gitignore b/.gitignore index 9b3eefe9..9148845f 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,6 @@ __pycache__/ # Distribution / packaging .Python -env/ build/ develop-eggs/ dist/ @@ -45,7 +44,8 @@ htmlcov/ .pytest_cache nosetests.xml coverage.xml -*,cover +*.cover +.pytest_cache/ # Translations *.mo @@ -60,6 +60,14 @@ docs/_build/ # PyBuilder target/ +# VirtualEnv +.env +.venv +env/ +venv/ + +# Typing +.mypy_cache/ /tests/django.sqlite @@ -82,4 +90,3 @@ target/ *.sqlite3 .vscode .mypy_cache -/.venv