diff --git a/.gitignore b/.gitignore index 249347e..c9e80ad 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,10 @@ public/ *.log logs/ +# Python +__pycache__/ +*.pyc + # OS files .DS_Store Thumbs.db