diff --git a/.gitignore b/.gitignore index 90e4b38..64bff02 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,9 @@ # Byte-compiled / optimized / DLL files __pycache__/ +# Python bytecode & caches +*.pyc +*.pyo +*.pyd *.py[cod] *$py.class diff --git a/.idea/workspace.xml b/.idea/workspace.xml index a2c0f00..7bdb874 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,15 +4,7 @@