diff --git a/.gitignore b/.gitignore index dafdaaa..bf1fc80 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .DS_Store projects/* workspace +__pycache__ diff --git a/__pycache__/agent_pool.cpython-312.pyc b/__pycache__/agent_pool.cpython-312.pyc deleted file mode 100644 index b674af2..0000000 Binary files a/__pycache__/agent_pool.cpython-312.pyc and /dev/null differ diff --git a/__pycache__/fastapi_app.cpython-312.pyc b/__pycache__/fastapi_app.cpython-312.pyc deleted file mode 100644 index 8479c3f..0000000 Binary files a/__pycache__/fastapi_app.cpython-312.pyc and /dev/null differ diff --git a/__pycache__/gbase_agent.cpython-312.pyc b/__pycache__/gbase_agent.cpython-312.pyc deleted file mode 100644 index 86c5259..0000000 Binary files a/__pycache__/gbase_agent.cpython-312.pyc and /dev/null differ diff --git a/__pycache__/project_config.cpython-312.pyc b/__pycache__/project_config.cpython-312.pyc deleted file mode 100644 index c24f269..0000000 Binary files a/__pycache__/project_config.cpython-312.pyc and /dev/null differ diff --git a/__pycache__/session_manager.cpython-312.pyc b/__pycache__/session_manager.cpython-312.pyc deleted file mode 100644 index 9a9599d..0000000 Binary files a/__pycache__/session_manager.cpython-312.pyc and /dev/null differ diff --git a/__pycache__/test_zip_feature.cpython-312.pyc b/__pycache__/test_zip_feature.cpython-312.pyc deleted file mode 100644 index 9af629f..0000000 Binary files a/__pycache__/test_zip_feature.cpython-312.pyc and /dev/null differ diff --git a/__pycache__/zip_project_handler.cpython-312.pyc b/__pycache__/zip_project_handler.cpython-312.pyc deleted file mode 100644 index 21236b0..0000000 Binary files a/__pycache__/zip_project_handler.cpython-312.pyc and /dev/null differ