From 07a1dd6b99fa52b43811fa1447ecc83cb1a4bee4 Mon Sep 17 00:00:00 2001 From: Gabriel Curio Date: Sat, 18 Aug 2018 12:08:55 -0500 Subject: [PATCH] add .dmypy.json to Python.gitignore. MyPy includes a daemon server that creates a file named .dmypy.json to manage socket connection data. --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 894a44cc..8cd91f3c 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -102,3 +102,4 @@ venv.bak/ # mypy .mypy_cache/ +.dmypy.json