Ignore `.dmypy.json`, created by the mypy daemon (#209)
This commit is contained in:
parent
3942351225
commit
49ad2c5c67
|
@ -5,6 +5,7 @@ build/
|
|||
htmlcov/
|
||||
*,cover
|
||||
.mypy_cache/
|
||||
/.dmypy.json
|
||||
.pytest_cache/
|
||||
coverage.xml
|
||||
/dist/
|
||||
|
|
Loading…
Reference in New Issue