diff --git a/.gitignore b/.gitignore index 6d6d72d..1cc8194 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,10 @@ -.appcache/ venv/ *.pyc __pycache__/ instance/ +.cache/ .pytest_cache/ -.converage +.coverage htmlcov/ dist/ build/