Skip to content

Commit

Permalink
Merge pull request #2361 from kianmeng/ignore-mypy-cache-folder
Browse files Browse the repository at this point in the history
Ignore .mypy_cache folder
  • Loading branch information
peternewman committed Oct 19, 2022
2 parents a9b8bd5 + 96d2f37 commit 1c081fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ codespell.egg-info
*.pyc
*.orig
.cache/
.mypy_cache/
.pytest_cache/
codespell_lib/_version.py

0 comments on commit 1c081fa

Please sign in to comment.