diff --git a/.gitignore b/.gitignore index 6999482..ad467bb 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,13 @@ __pycache__/ venv/ env/ ENV/ +.venv/ + +# Testing +.pytest_cache/ +.mypy_cache/ +.coverage +htmlcov/ # Django *.log