Skip to content

Commit

Permalink
add .dmypy.json to Python.gitignore.
Browse files Browse the repository at this point in the history
MyPy includes a daemon server that creates a file named .dmypy.json to
manage socket connection data.
  • Loading branch information
GabrielC101 committed Aug 18, 2018
1 parent 38b189d commit 07a1dd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Python.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,4 @@ venv.bak/

# mypy
.mypy_cache/
.dmypy.json

0 comments on commit 07a1dd6

Please sign in to comment.