add .dmypy.json to Python.gitignore.

MyPy includes a daemon server that creates a file named .dmypy.json to
manage socket connection data.
This commit is contained in:
Gabriel Curio 2018-08-18 12:08:55 -05:00
parent 38b189d3b9
commit 07a1dd6b99
1 changed files with 1 additions and 0 deletions

View File

@ -102,3 +102,4 @@ venv.bak/
# mypy
.mypy_cache/
.dmypy.json