diff --git a/.gitignore b/.gitignore index 28d6b8a4..85444fb3 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ yarn-debug.log* yarn-error.log* /public/port-0.0.0-py3-none-any.whl /src/framework/processing/py/dist/port-0.0.0-py3-none-any.whl +__pycache__ \ No newline at end of file diff --git a/src/framework/processing/py/port/__pycache__/__init__.cpython-311.pyc b/src/framework/processing/py/port/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index b51cb845..00000000 Binary files a/src/framework/processing/py/port/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/src/framework/processing/py/port/__pycache__/main.cpython-311.pyc b/src/framework/processing/py/port/__pycache__/main.cpython-311.pyc deleted file mode 100644 index 5553dbaf..00000000 Binary files a/src/framework/processing/py/port/__pycache__/main.cpython-311.pyc and /dev/null differ diff --git a/src/framework/processing/py/port/__pycache__/script.cpython-311.pyc b/src/framework/processing/py/port/__pycache__/script.cpython-311.pyc deleted file mode 100644 index f7cfd3c5..00000000 Binary files a/src/framework/processing/py/port/__pycache__/script.cpython-311.pyc and /dev/null differ diff --git a/src/framework/processing/py/port/api/__pycache__/commands.cpython-311.pyc b/src/framework/processing/py/port/api/__pycache__/commands.cpython-311.pyc deleted file mode 100644 index b981f6e5..00000000 Binary files a/src/framework/processing/py/port/api/__pycache__/commands.cpython-311.pyc and /dev/null differ diff --git a/src/framework/processing/py/port/api/__pycache__/props.cpython-311.pyc b/src/framework/processing/py/port/api/__pycache__/props.cpython-311.pyc deleted file mode 100644 index a78f6648..00000000 Binary files a/src/framework/processing/py/port/api/__pycache__/props.cpython-311.pyc and /dev/null differ diff --git a/src/framework/processing/py/tests/__pycache__/__init__.cpython-311.pyc b/src/framework/processing/py/tests/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 052b8776..00000000 Binary files a/src/framework/processing/py/tests/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/src/framework/processing/py/tests/__pycache__/script_test.cpython-311-pytest-7.4.2.pyc b/src/framework/processing/py/tests/__pycache__/script_test.cpython-311-pytest-7.4.2.pyc deleted file mode 100644 index 87a35006..00000000 Binary files a/src/framework/processing/py/tests/__pycache__/script_test.cpython-311-pytest-7.4.2.pyc and /dev/null differ