diff --git a/app/__pycache__/__init__.cpython-313.pyc b/app/__pycache__/__init__.cpython-313.pyc deleted file mode 100644 index db0426a..0000000 Binary files a/app/__pycache__/__init__.cpython-313.pyc and /dev/null differ diff --git a/app/__pycache__/app.cpython-313.pyc b/app/__pycache__/app.cpython-313.pyc deleted file mode 100644 index c1da547..0000000 Binary files a/app/__pycache__/app.cpython-313.pyc and /dev/null differ diff --git a/app/__pycache__/config.cpython-313.pyc b/app/__pycache__/config.cpython-313.pyc deleted file mode 100644 index c811851..0000000 Binary files a/app/__pycache__/config.cpython-313.pyc and /dev/null differ diff --git a/app/models/__pycache__/__init__.cpython-313.pyc b/app/models/__pycache__/__init__.cpython-313.pyc deleted file mode 100644 index 169d989..0000000 Binary files a/app/models/__pycache__/__init__.cpython-313.pyc and /dev/null differ diff --git a/app/models/__pycache__/manhole_domestic_chamber_model.cpython-313.pyc b/app/models/__pycache__/manhole_domestic_chamber_model.cpython-313.pyc deleted file mode 100644 index b5bbc55..0000000 Binary files a/app/models/__pycache__/manhole_domestic_chamber_model.cpython-313.pyc and /dev/null differ diff --git a/app/models/__pycache__/manhole_excavation_model.cpython-313.pyc b/app/models/__pycache__/manhole_excavation_model.cpython-313.pyc deleted file mode 100644 index 626e5f4..0000000 Binary files a/app/models/__pycache__/manhole_excavation_model.cpython-313.pyc and /dev/null differ diff --git a/app/models/__pycache__/mh_dc_client_model.cpython-313.pyc b/app/models/__pycache__/mh_dc_client_model.cpython-313.pyc deleted file mode 100644 index a8b983c..0000000 Binary files a/app/models/__pycache__/mh_dc_client_model.cpython-313.pyc and /dev/null differ diff --git a/app/models/__pycache__/mh_ex_client_model.cpython-313.pyc b/app/models/__pycache__/mh_ex_client_model.cpython-313.pyc deleted file mode 100644 index c1dd544..0000000 Binary files a/app/models/__pycache__/mh_ex_client_model.cpython-313.pyc and /dev/null differ diff --git a/app/models/__pycache__/subcontractor_model.cpython-313.pyc b/app/models/__pycache__/subcontractor_model.cpython-313.pyc deleted file mode 100644 index a27c0c1..0000000 Binary files a/app/models/__pycache__/subcontractor_model.cpython-313.pyc and /dev/null differ diff --git a/app/models/__pycache__/tr_ex_client_model.cpython-313.pyc b/app/models/__pycache__/tr_ex_client_model.cpython-313.pyc deleted file mode 100644 index 713c2b8..0000000 Binary files a/app/models/__pycache__/tr_ex_client_model.cpython-313.pyc and /dev/null differ diff --git a/app/models/__pycache__/trench_excavation_model.cpython-313.pyc b/app/models/__pycache__/trench_excavation_model.cpython-313.pyc deleted file mode 100644 index 69eb016..0000000 Binary files a/app/models/__pycache__/trench_excavation_model.cpython-313.pyc and /dev/null differ diff --git a/app/models/__pycache__/user_model.cpython-313.pyc b/app/models/__pycache__/user_model.cpython-313.pyc deleted file mode 100644 index db855aa..0000000 Binary files a/app/models/__pycache__/user_model.cpython-313.pyc and /dev/null differ diff --git a/app/routes/__pycache__/__init__.cpython-313.pyc b/app/routes/__pycache__/__init__.cpython-313.pyc deleted file mode 100644 index 0662791..0000000 Binary files a/app/routes/__pycache__/__init__.cpython-313.pyc and /dev/null differ diff --git a/app/routes/__pycache__/auth.cpython-313.pyc b/app/routes/__pycache__/auth.cpython-313.pyc deleted file mode 100644 index 08144c0..0000000 Binary files a/app/routes/__pycache__/auth.cpython-313.pyc and /dev/null differ diff --git a/app/routes/__pycache__/dashboard.cpython-313.pyc b/app/routes/__pycache__/dashboard.cpython-313.pyc deleted file mode 100644 index d65064f..0000000 Binary files a/app/routes/__pycache__/dashboard.cpython-313.pyc and /dev/null differ diff --git a/app/routes/__pycache__/file_download.cpython-313.pyc b/app/routes/__pycache__/file_download.cpython-313.pyc deleted file mode 100644 index a9958e9..0000000 Binary files a/app/routes/__pycache__/file_download.cpython-313.pyc and /dev/null differ diff --git a/app/routes/__pycache__/file_import.cpython-313.pyc b/app/routes/__pycache__/file_import.cpython-313.pyc deleted file mode 100644 index 5186279..0000000 Binary files a/app/routes/__pycache__/file_import.cpython-313.pyc and /dev/null differ diff --git a/app/routes/__pycache__/file_report.cpython-313.pyc b/app/routes/__pycache__/file_report.cpython-313.pyc deleted file mode 100644 index f7ad4da..0000000 Binary files a/app/routes/__pycache__/file_report.cpython-313.pyc and /dev/null differ diff --git a/app/routes/__pycache__/generate_comparison_report.cpython-313.pyc b/app/routes/__pycache__/generate_comparison_report.cpython-313.pyc deleted file mode 100644 index 4353aa1..0000000 Binary files a/app/routes/__pycache__/generate_comparison_report.cpython-313.pyc and /dev/null differ diff --git a/app/routes/__pycache__/subcontractor_routes.cpython-313.pyc b/app/routes/__pycache__/subcontractor_routes.cpython-313.pyc deleted file mode 100644 index f228f30..0000000 Binary files a/app/routes/__pycache__/subcontractor_routes.cpython-313.pyc and /dev/null differ diff --git a/app/routes/__pycache__/user.cpython-313.pyc b/app/routes/__pycache__/user.cpython-313.pyc deleted file mode 100644 index c935191..0000000 Binary files a/app/routes/__pycache__/user.cpython-313.pyc and /dev/null differ diff --git a/app/services/__pycache__/__init__.cpython-313.pyc b/app/services/__pycache__/__init__.cpython-313.pyc deleted file mode 100644 index c4798cc..0000000 Binary files a/app/services/__pycache__/__init__.cpython-313.pyc and /dev/null differ diff --git a/app/services/__pycache__/db_service.cpython-313.pyc b/app/services/__pycache__/db_service.cpython-313.pyc deleted file mode 100644 index ea7c9aa..0000000 Binary files a/app/services/__pycache__/db_service.cpython-313.pyc and /dev/null differ diff --git a/app/services/__pycache__/file_service.cpython-313.pyc b/app/services/__pycache__/file_service.cpython-313.pyc deleted file mode 100644 index 2acc6dc..0000000 Binary files a/app/services/__pycache__/file_service.cpython-313.pyc and /dev/null differ diff --git a/app/services/__pycache__/user_service.cpython-313.pyc b/app/services/__pycache__/user_service.cpython-313.pyc deleted file mode 100644 index 70398f4..0000000 Binary files a/app/services/__pycache__/user_service.cpython-313.pyc and /dev/null differ diff --git a/app/utils/__pycache__/file_utils.cpython-313.pyc b/app/utils/__pycache__/file_utils.cpython-313.pyc deleted file mode 100644 index 0908d0f..0000000 Binary files a/app/utils/__pycache__/file_utils.cpython-313.pyc and /dev/null differ