chore: add mypy's cache to .gitignore file (#3360)

This commit is contained in:
David Culley 2024-08-17 08:09:30 +02:00 committed by GitHub
parent c6cb4e4373
commit 9b00c50be8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

1
.gitignore vendored
View file

@ -1,4 +1,5 @@
__pycache__
.mypy_cache
.DS_Store
anki.prof
target