Merge pull request #2361 from kianmeng/ignore-mypy-cache-folder

Ignore .mypy_cache folder
This commit is contained in:
Peter Newman
2022-10-19 01:50:07 +01:00
committed by GitHub

1
.gitignore vendored
View File

@ -6,5 +6,6 @@ codespell.egg-info
*.pyc
*.orig
.cache/
.mypy_cache/
.pytest_cache/
codespell_lib/_version.py