From a224840b28d3b64ae0699df7e9540de0cf1aa94a Mon Sep 17 00:00:00 2001 From: Bastian Venthur Date: Thu, 1 Sep 2022 19:03:07 +0200 Subject: [PATCH] added .mypy_cache to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4780a71..1f8d906 100644 --- a/.gitignore +++ b/.gitignore @@ -10,5 +10,6 @@ docs/api/ htmlcov/ .coverage +.mypy_cache venv/