diff --git a/git/.config/git/global_gitignore b/git/.config/git/global_gitignore index 2c01acd..8c8a19b 100644 --- a/git/.config/git/global_gitignore +++ b/git/.config/git/global_gitignore @@ -9,4 +9,7 @@ Debug/ auto/ # Misc .*.swp -.DS_Store \ No newline at end of file +.#* +.DS_Store +# Python +.mypy_cache \ No newline at end of file