Skip to content

Commit 07a1dd6

Browse files
committed
add .dmypy.json to Python.gitignore.
MyPy includes a daemon server that creates a file named .dmypy.json to manage socket connection data.
1 parent 38b189d commit 07a1dd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,4 @@ venv.bak/
102102

103103
# mypy
104104
.mypy_cache/
105+
.dmypy.json

0 commit comments

Comments
 (0)