Skip to content

Commit 6f4ad83

Browse files
committed
Add .mypy_cache and .pytest_cache to gitignore
1 parent 2fc71fa commit 6f4ad83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ nosetests.xml
4747
coverage.xml
4848
*,cover
4949
.hypothesis/
50+
.mypy_cache/
51+
.pytest_cache/
5052

5153
# Translations
5254
*.mo

0 commit comments

Comments
 (0)