diff --git a/.gitignore b/.gitignore index 6a18ad4..be35ff6 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,9 @@ __pycache__/ # C extensions *.so +# MyPy +.mypy_cache/ + # Distribution / packaging .Python env/ @@ -93,4 +96,3 @@ ENV/ # Rope project settings .ropeproject -