diff --git a/.gitignore b/.gitignore index 5c18a8d..a1c5df4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ generate test footage/images/ generate test footage/3.MP4 + +__pycache__/ diff --git a/__pycache__/ContourExctractor.cpython-37.pyc b/__pycache__/ContourExctractor.cpython-37.pyc deleted file mode 100644 index 44b2a71..0000000 Binary files a/__pycache__/ContourExctractor.cpython-37.pyc and /dev/null differ diff --git a/__pycache__/Exporter.cpython-37.pyc b/__pycache__/Exporter.cpython-37.pyc deleted file mode 100644 index c0c2bcf..0000000 Binary files a/__pycache__/Exporter.cpython-37.pyc and /dev/null differ diff --git a/__pycache__/Layer.cpython-37.pyc b/__pycache__/Layer.cpython-37.pyc deleted file mode 100644 index 4001efc..0000000 Binary files a/__pycache__/Layer.cpython-37.pyc and /dev/null differ diff --git a/__pycache__/LayerFactory.cpython-37.pyc b/__pycache__/LayerFactory.cpython-37.pyc deleted file mode 100644 index 4c526cf..0000000 Binary files a/__pycache__/LayerFactory.cpython-37.pyc and /dev/null differ