From 49ad2c5c67f302f179f05c342fdabda1a49441a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20P=C3=A4rsson?= Date: Fri, 9 Dec 2022 16:16:37 +0100 Subject: [PATCH] Ignore `.dmypy.json`, created by the mypy daemon (#209) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0a7c43f..5883706 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ build/ htmlcov/ *,cover .mypy_cache/ +/.dmypy.json .pytest_cache/ coverage.xml /dist/