diff --git a/apps/PaymentOCRService/.gitignore b/apps/PaymentOCRService/.gitignore index a79e064..008a771 100644 --- a/apps/PaymentOCRService/.gitignore +++ b/apps/PaymentOCRService/.gitignore @@ -1 +1,3 @@ -google_credentials.json \ No newline at end of file +google_credentials.json + +__pycache__/ diff --git a/apps/PaymentOCRService/__pycache__/complete_pipeline.cpython-313.pyc b/apps/PaymentOCRService/__pycache__/complete_pipeline.cpython-313.pyc deleted file mode 100644 index 6440d43..0000000 Binary files a/apps/PaymentOCRService/__pycache__/complete_pipeline.cpython-313.pyc and /dev/null differ diff --git a/apps/PaymentOCRService/__pycache__/complete_pipeline_adapter.cpython-313.pyc b/apps/PaymentOCRService/__pycache__/complete_pipeline_adapter.cpython-313.pyc deleted file mode 100644 index 10d6eb8..0000000 Binary files a/apps/PaymentOCRService/__pycache__/complete_pipeline_adapter.cpython-313.pyc and /dev/null differ