Skip to content

Commit 8bc0b07

Browse files
committed
Ignore mypy_cache and pytest_cache
Also, I frequently test with a file called `t.py` and it's of no real value to the project. Let's ignore that as well.
1 parent c275552 commit 8bc0b07

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
@@ -20,3 +20,6 @@ build/
2020
.cache/
2121
tests/id_rsa
2222
*.DS_Store
23+
.mypy_cache/
24+
.pytest_cache/
25+
t.py

0 commit comments

Comments
 (0)