diff --git a/user_manage_api/app/__pycache__/__init__.cpython-310.pyc b/user_manage_api/app/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index acf55e0..0000000 Binary files a/user_manage_api/app/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/user_manage_api/app/__pycache__/container.cpython-310.pyc b/user_manage_api/app/__pycache__/container.cpython-310.pyc deleted file mode 100644 index d66b138..0000000 Binary files a/user_manage_api/app/__pycache__/container.cpython-310.pyc and /dev/null differ diff --git a/user_manage_api/app/__pycache__/factory.cpython-310.pyc b/user_manage_api/app/__pycache__/factory.cpython-310.pyc deleted file mode 100644 index 751c100..0000000 Binary files a/user_manage_api/app/__pycache__/factory.cpython-310.pyc and /dev/null differ diff --git a/user_manage_api/app/__pycache__/main.cpython-310.pyc b/user_manage_api/app/__pycache__/main.cpython-310.pyc deleted file mode 100644 index f81f3a1..0000000 Binary files a/user_manage_api/app/__pycache__/main.cpython-310.pyc and /dev/null differ diff --git a/user_manage_api/app/__pycache__/state.cpython-310.pyc b/user_manage_api/app/__pycache__/state.cpython-310.pyc deleted file mode 100644 index 525c505..0000000 Binary files a/user_manage_api/app/__pycache__/state.cpython-310.pyc and /dev/null differ diff --git a/user_manage_api/app/api/__pycache__/__init__.cpython-310.pyc b/user_manage_api/app/api/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index 887b309..0000000 Binary files a/user_manage_api/app/api/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/user_manage_api/app/api/__pycache__/deps.cpython-310.pyc b/user_manage_api/app/api/__pycache__/deps.cpython-310.pyc deleted file mode 100644 index 5b1f0ba..0000000 Binary files a/user_manage_api/app/api/__pycache__/deps.cpython-310.pyc and /dev/null differ diff --git a/user_manage_api/app/api/__pycache__/routes.cpython-310.pyc b/user_manage_api/app/api/__pycache__/routes.cpython-310.pyc deleted file mode 100644 index 750b4c6..0000000 Binary files a/user_manage_api/app/api/__pycache__/routes.cpython-310.pyc and /dev/null differ diff --git a/user_manage_api/app/core/__pycache__/__init__.cpython-310.pyc b/user_manage_api/app/core/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index 58cb96a..0000000 Binary files a/user_manage_api/app/core/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/user_manage_api/app/core/__pycache__/audit.cpython-310.pyc b/user_manage_api/app/core/__pycache__/audit.cpython-310.pyc deleted file mode 100644 index 6320be5..0000000 Binary files a/user_manage_api/app/core/__pycache__/audit.cpython-310.pyc and /dev/null differ diff --git a/user_manage_api/app/core/__pycache__/config.cpython-310.pyc b/user_manage_api/app/core/__pycache__/config.cpython-310.pyc deleted file mode 100644 index b82301c..0000000 Binary files a/user_manage_api/app/core/__pycache__/config.cpython-310.pyc and /dev/null differ diff --git a/user_manage_api/app/core/__pycache__/errors.cpython-310.pyc b/user_manage_api/app/core/__pycache__/errors.cpython-310.pyc deleted file mode 100644 index e9cad0c..0000000 Binary files a/user_manage_api/app/core/__pycache__/errors.cpython-310.pyc and /dev/null differ diff --git a/user_manage_api/app/core/__pycache__/models.cpython-310.pyc b/user_manage_api/app/core/__pycache__/models.cpython-310.pyc deleted file mode 100644 index 8dc0339..0000000 Binary files a/user_manage_api/app/core/__pycache__/models.cpython-310.pyc and /dev/null differ diff --git a/user_manage_api/app/providers/__pycache__/__init__.cpython-310.pyc b/user_manage_api/app/providers/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index 48c8fe2..0000000 Binary files a/user_manage_api/app/providers/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/user_manage_api/app/providers/__pycache__/base.cpython-310.pyc b/user_manage_api/app/providers/__pycache__/base.cpython-310.pyc deleted file mode 100644 index fc7429e..0000000 Binary files a/user_manage_api/app/providers/__pycache__/base.cpython-310.pyc and /dev/null differ diff --git a/user_manage_api/app/providers/__pycache__/cli_provider.cpython-310.pyc b/user_manage_api/app/providers/__pycache__/cli_provider.cpython-310.pyc deleted file mode 100644 index b08d38d..0000000 Binary files a/user_manage_api/app/providers/__pycache__/cli_provider.cpython-310.pyc and /dev/null differ diff --git a/user_manage_api/app/services/__pycache__/__init__.cpython-310.pyc b/user_manage_api/app/services/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index 378f3ca..0000000 Binary files a/user_manage_api/app/services/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/user_manage_api/app/services/__pycache__/user_group_service.cpython-310.pyc b/user_manage_api/app/services/__pycache__/user_group_service.cpython-310.pyc deleted file mode 100644 index 69caffd..0000000 Binary files a/user_manage_api/app/services/__pycache__/user_group_service.cpython-310.pyc and /dev/null differ diff --git a/user_manage_api/tests/__pycache__/test_api_integration.cpython-312-pytest-7.4.4.pyc b/user_manage_api/tests/__pycache__/test_api_integration.cpython-312-pytest-7.4.4.pyc deleted file mode 100644 index 2609d3f..0000000 Binary files a/user_manage_api/tests/__pycache__/test_api_integration.cpython-312-pytest-7.4.4.pyc and /dev/null differ diff --git a/user_manage_api/tests/__pycache__/test_service_unit.cpython-312-pytest-7.4.4.pyc b/user_manage_api/tests/__pycache__/test_service_unit.cpython-312-pytest-7.4.4.pyc deleted file mode 100644 index d7e7b22..0000000 Binary files a/user_manage_api/tests/__pycache__/test_service_unit.cpython-312-pytest-7.4.4.pyc and /dev/null differ