diff --git a/.gitignore b/.gitignore index 6f7cb0e..7c1e5db 100644 --- a/.gitignore +++ b/.gitignore @@ -132,4 +132,7 @@ app/*/mq/mq # MacOS shit **/.DS_Store -.DS_Store \ No newline at end of file +.DS_Store + +# Python cache +__pycache__/