diff --git a/.gitignore b/.gitignore index 18606d6..a98d75c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ **__pycache__ *.pyc .vscode -.DS_Store \ No newline at end of file +.DS_Store +.mypy_cache \ No newline at end of file