diff --git a/services/extraction-service/python/.gitignore b/services/extraction-service/python/.gitignore new file mode 100644 index 00000000..b58acd41 --- /dev/null +++ b/services/extraction-service/python/.gitignore @@ -0,0 +1,5 @@ +__pycache__/ +*.pyc +.venv/ +*.egg-info/ +.pytest_cache/ diff --git a/services/extraction-service/python/src/__pycache__/__init__.cpython-313.pyc b/services/extraction-service/python/src/__pycache__/__init__.cpython-313.pyc deleted file mode 100644 index cc496b91..00000000 Binary files a/services/extraction-service/python/src/__pycache__/__init__.cpython-313.pyc and /dev/null differ diff --git a/services/extraction-service/python/src/__pycache__/app.cpython-313.pyc b/services/extraction-service/python/src/__pycache__/app.cpython-313.pyc deleted file mode 100644 index 3672b376..00000000 Binary files a/services/extraction-service/python/src/__pycache__/app.cpython-313.pyc and /dev/null differ diff --git a/services/extraction-service/python/src/__pycache__/extractor.cpython-313.pyc b/services/extraction-service/python/src/__pycache__/extractor.cpython-313.pyc deleted file mode 100644 index 19f66326..00000000 Binary files a/services/extraction-service/python/src/__pycache__/extractor.cpython-313.pyc and /dev/null differ diff --git a/services/extraction-service/python/src/__pycache__/models.cpython-313.pyc b/services/extraction-service/python/src/__pycache__/models.cpython-313.pyc deleted file mode 100644 index 77ab0cec..00000000 Binary files a/services/extraction-service/python/src/__pycache__/models.cpython-313.pyc and /dev/null differ diff --git a/services/extraction-service/python/tests/__pycache__/__init__.cpython-313.pyc b/services/extraction-service/python/tests/__pycache__/__init__.cpython-313.pyc deleted file mode 100644 index c6ebd44f..00000000 Binary files a/services/extraction-service/python/tests/__pycache__/__init__.cpython-313.pyc and /dev/null differ diff --git a/services/extraction-service/python/tests/__pycache__/test_app.cpython-313-pytest-9.0.2.pyc b/services/extraction-service/python/tests/__pycache__/test_app.cpython-313-pytest-9.0.2.pyc deleted file mode 100644 index a97653b5..00000000 Binary files a/services/extraction-service/python/tests/__pycache__/test_app.cpython-313-pytest-9.0.2.pyc and /dev/null differ diff --git a/services/extraction-service/python/tests/__pycache__/test_extractor.cpython-313-pytest-9.0.2.pyc b/services/extraction-service/python/tests/__pycache__/test_extractor.cpython-313-pytest-9.0.2.pyc deleted file mode 100644 index 6d1c168c..00000000 Binary files a/services/extraction-service/python/tests/__pycache__/test_extractor.cpython-313-pytest-9.0.2.pyc and /dev/null differ diff --git a/services/extraction-service/python/tests/__pycache__/test_models.cpython-313-pytest-9.0.2.pyc b/services/extraction-service/python/tests/__pycache__/test_models.cpython-313-pytest-9.0.2.pyc deleted file mode 100644 index 3c1777fb..00000000 Binary files a/services/extraction-service/python/tests/__pycache__/test_models.cpython-313-pytest-9.0.2.pyc and /dev/null differ