diff --git a/.gitignore b/.gitignore index 7a60b85..a40e719 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ __pycache__/ *.pyc + +.pytest_cache/ +.mypy_cache/