From dffc3e983d45d5453ba5fc528ad4c385472fe5f5 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Mon, 11 Oct 2021 01:57:28 -0600 Subject: [PATCH] typo --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/