Skip to content

Commit b7bde3b

Browse files
committed
.gitignore: Ignore .mypy_cache/
1 parent a62cf3b commit b7bde3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ target/
7474
# docs
7575
doc/_build/
7676

77+
# mypy
78+
.mypy_cache/
79+
7780
*.lprof
7881

7982
pip-wheel-metadata/

0 commit comments

Comments
 (0)