diff --git a/.gitignore b/.gitignore index 4fa412e..7a45fce 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,10 @@ dist-ssr # air tmp + +# Python cache files +__pycache__/ +*.py[cod] +.pytest_cache/ +.coverage +htmlcov/