Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 01ce742

Browse files
JelleZijlstragvanrossum
authored andcommitted
Add .mypy_cache/ to .gitignore (#1192)
Since it's now generated by mypy by default.
1 parent 1350d7e commit 01ce742

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,6 @@ analyze.py
6262
.vscode/
6363
.idea/
6464
.venv*/
65+
66+
# Mypy cache
67+
.mypy_cache/

0 commit comments

Comments
 (0)