]> source.dussan.org Git - gitignore.git/commitdiff
add .dmypy.json to Python.gitignore.
authorGabriel Curio <g.curio@gmail.com>
Sat, 18 Aug 2018 17:08:55 +0000 (12:08 -0500)
committerGabriel Curio <g.curio@gmail.com>
Sat, 18 Aug 2018 17:08:55 +0000 (12:08 -0500)
MyPy includes a daemon server that creates a file named .dmypy.json to
manage socket connection data.

Python.gitignore

index 894a44cc066a027465cd26d634948d56d13af9af..8cd91f3c6018eac424f7cc101a5581d371ea5ad4 100644 (file)
@@ -102,3 +102,4 @@ venv.bak/
 
 # mypy
 .mypy_cache/
+.dmypy.json