diff --git a/.gitignore b/.gitignore index d4fb281..57fdf05 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,7 @@ # debug information files *.dwo +# python cache +__pycache__/ +*.pyc +