Skip to content

Commit df6a05e

Browse files
authored
Merge pull request #2371 from brettcannon/patch-1
Ignore mypy's cache directory
2 parents c0c1a48 + 58c2aba commit df6a05e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Python.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,6 @@ ENV/
9696

9797
# mkdocs documentation
9898
/site
99+
100+
# mypy
101+
.mypy_cache/

0 commit comments

Comments
 (0)