diff --git a/.gitignore b/.gitignore index 63400aa..8e469d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ *.csv -*.txt \ No newline at end of file +*.txt +.mypy_cache/ +__pycache__/ \ No newline at end of file