From 9b00c50be8730795a24321acc601faec2646cbd5 Mon Sep 17 00:00:00 2001 From: David Culley <6276049+davidculley@users.noreply.github.com> Date: Sat, 17 Aug 2024 08:09:30 +0200 Subject: [PATCH] chore: add `mypy`'s cache to `.gitignore` file (#3360) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9fa8dab62..bda378fb5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ __pycache__ +.mypy_cache .DS_Store anki.prof target