From 8154809a32268f406b8291141bb75f6913f68e43 Mon Sep 17 00:00:00 2001 From: Coding Knight <141774089+ammar-web@users.noreply.github.com> Date: Wed, 20 Sep 2023 17:11:06 +0530 Subject: [PATCH] Update .gitignore --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bdca81ea..401b0e9e 100644 --- a/.gitignore +++ b/.gitignore @@ -39,7 +39,7 @@ pip-log.txt pip-delete-this-directory.txt # Unit test / coverage reports -htmlcov/ +html.cov/ .tox/ .nox/ .coverage @@ -48,7 +48,7 @@ htmlcov/ nosetests.xml coverage.xml *.cover -*.py,cover +*.py.cover .hypothesis/ .pytest_cache/ @@ -127,4 +127,4 @@ venv.bak/ dmypy.json # Pyre type checker -.pyre/ \ No newline at end of file +.pyre/