diff --git a/.gitignore b/.gitignore index 4080f16..87c0bc4 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,10 @@ node_modules/ .DS_Store Thumbs.db +# Python bytecode +__pycache__/ +*.pyc + # Environment .env .env.local