From 324ad84a11bdca66e585afe126cf7a0d60237d2c Mon Sep 17 00:00:00 2001 From: Abel Cheung Date: Wed, 25 Oct 2023 13:41:59 +0000 Subject: [PATCH] chore: gitignore pytest cache --- .gitignore | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 359d3df..8917f20 100644 --- a/.gitignore +++ b/.gitignore @@ -39,6 +39,8 @@ htmlcov/ .cache nosetests.xml coverage.xml +.pytest_cache +.mypy_cache # Translations *.mo @@ -50,9 +52,6 @@ coverage.xml # Sphinx documentation docs/_build/ -# PyBuilder -target/ - # Local utility scripts analyze.py @@ -63,6 +62,3 @@ analyze.py .vscode/ .idea/ .venv*/ - -# Mypy cache -.mypy_cache/