diff --git a/.gitignore b/.gitignore index 55f9654..a796d9c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ .venv gx/uncommitted/ .vscode/ -services/__pycache__/* -app/__pycache__/* +**/__pycache__/ *.pyc .DS_Store \ No newline at end of file diff --git a/app/__pycache__/__init__.cpython-311.pyc b/app/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 976aa34..0000000 Binary files a/app/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/app/__pycache__/__init__.cpython-312.pyc b/app/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 2ae729e..0000000 Binary files a/app/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/app/__pycache__/exceptions.cpython-311.pyc b/app/__pycache__/exceptions.cpython-311.pyc deleted file mode 100644 index b9d2a6f..0000000 Binary files a/app/__pycache__/exceptions.cpython-311.pyc and /dev/null differ diff --git a/app/__pycache__/exceptions.cpython-312.pyc b/app/__pycache__/exceptions.cpython-312.pyc deleted file mode 100644 index 705d5f0..0000000 Binary files a/app/__pycache__/exceptions.cpython-312.pyc and /dev/null differ diff --git a/app/__pycache__/main.cpython-311.pyc b/app/__pycache__/main.cpython-311.pyc deleted file mode 100644 index 3341eec..0000000 Binary files a/app/__pycache__/main.cpython-311.pyc and /dev/null differ diff --git a/app/__pycache__/main.cpython-312.pyc b/app/__pycache__/main.cpython-312.pyc deleted file mode 100644 index 649383e..0000000 Binary files a/app/__pycache__/main.cpython-312.pyc and /dev/null differ diff --git a/app/__pycache__/models.cpython-311.pyc b/app/__pycache__/models.cpython-311.pyc deleted file mode 100644 index cad4eb9..0000000 Binary files a/app/__pycache__/models.cpython-311.pyc and /dev/null differ diff --git a/app/__pycache__/models.cpython-312.pyc b/app/__pycache__/models.cpython-312.pyc deleted file mode 100644 index a13c6bb..0000000 Binary files a/app/__pycache__/models.cpython-312.pyc and /dev/null differ diff --git a/app/providers/__pycache__/__init__.cpython-311.pyc b/app/providers/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 4c12767..0000000 Binary files a/app/providers/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/app/providers/__pycache__/__init__.cpython-312.pyc b/app/providers/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 4ba65f4..0000000 Binary files a/app/providers/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/app/providers/__pycache__/anthropic.cpython-311.pyc b/app/providers/__pycache__/anthropic.cpython-311.pyc deleted file mode 100644 index de934d4..0000000 Binary files a/app/providers/__pycache__/anthropic.cpython-311.pyc and /dev/null differ diff --git a/app/providers/__pycache__/anthropic.cpython-312.pyc b/app/providers/__pycache__/anthropic.cpython-312.pyc deleted file mode 100644 index 5f150c0..0000000 Binary files a/app/providers/__pycache__/anthropic.cpython-312.pyc and /dev/null differ diff --git a/app/providers/__pycache__/base.cpython-311.pyc b/app/providers/__pycache__/base.cpython-311.pyc deleted file mode 100644 index 649358f..0000000 Binary files a/app/providers/__pycache__/base.cpython-311.pyc and /dev/null differ diff --git a/app/providers/__pycache__/base.cpython-312.pyc b/app/providers/__pycache__/base.cpython-312.pyc deleted file mode 100644 index df5c088..0000000 Binary files a/app/providers/__pycache__/base.cpython-312.pyc and /dev/null differ diff --git a/app/providers/__pycache__/deepseek.cpython-311.pyc b/app/providers/__pycache__/deepseek.cpython-311.pyc deleted file mode 100644 index c2fa3ef..0000000 Binary files a/app/providers/__pycache__/deepseek.cpython-311.pyc and /dev/null differ diff --git a/app/providers/__pycache__/deepseek.cpython-312.pyc b/app/providers/__pycache__/deepseek.cpython-312.pyc deleted file mode 100644 index 01adbde..0000000 Binary files a/app/providers/__pycache__/deepseek.cpython-312.pyc and /dev/null differ diff --git a/app/providers/__pycache__/gemini.cpython-311.pyc b/app/providers/__pycache__/gemini.cpython-311.pyc deleted file mode 100644 index efc7507..0000000 Binary files a/app/providers/__pycache__/gemini.cpython-311.pyc and /dev/null differ diff --git a/app/providers/__pycache__/gemini.cpython-312.pyc b/app/providers/__pycache__/gemini.cpython-312.pyc deleted file mode 100644 index e1bf078..0000000 Binary files a/app/providers/__pycache__/gemini.cpython-312.pyc and /dev/null differ diff --git a/app/providers/__pycache__/openai.cpython-311.pyc b/app/providers/__pycache__/openai.cpython-311.pyc deleted file mode 100644 index 477cc57..0000000 Binary files a/app/providers/__pycache__/openai.cpython-311.pyc and /dev/null differ diff --git a/app/providers/__pycache__/openai.cpython-312.pyc b/app/providers/__pycache__/openai.cpython-312.pyc deleted file mode 100644 index 24c222b..0000000 Binary files a/app/providers/__pycache__/openai.cpython-312.pyc and /dev/null differ diff --git a/app/providers/__pycache__/openrouter.cpython-311.pyc b/app/providers/__pycache__/openrouter.cpython-311.pyc deleted file mode 100644 index c1de310..0000000 Binary files a/app/providers/__pycache__/openrouter.cpython-311.pyc and /dev/null differ diff --git a/app/providers/__pycache__/openrouter.cpython-312.pyc b/app/providers/__pycache__/openrouter.cpython-312.pyc deleted file mode 100644 index 6766306..0000000 Binary files a/app/providers/__pycache__/openrouter.cpython-312.pyc and /dev/null differ diff --git a/app/providers/__pycache__/qwen.cpython-311.pyc b/app/providers/__pycache__/qwen.cpython-311.pyc deleted file mode 100644 index f1ec8a7..0000000 Binary files a/app/providers/__pycache__/qwen.cpython-311.pyc and /dev/null differ diff --git a/app/providers/__pycache__/qwen.cpython-312.pyc b/app/providers/__pycache__/qwen.cpython-312.pyc deleted file mode 100644 index 638d542..0000000 Binary files a/app/providers/__pycache__/qwen.cpython-312.pyc and /dev/null differ diff --git a/app/services/__pycache__/__init__.cpython-311.pyc b/app/services/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 38d21f5..0000000 Binary files a/app/services/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/app/services/__pycache__/__init__.cpython-312.pyc b/app/services/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 659873f..0000000 Binary files a/app/services/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/app/services/__pycache__/gateway.cpython-311.pyc b/app/services/__pycache__/gateway.cpython-311.pyc deleted file mode 100644 index 142ab5a..0000000 Binary files a/app/services/__pycache__/gateway.cpython-311.pyc and /dev/null differ diff --git a/app/services/__pycache__/gateway.cpython-312.pyc b/app/services/__pycache__/gateway.cpython-312.pyc deleted file mode 100644 index d2d742f..0000000 Binary files a/app/services/__pycache__/gateway.cpython-312.pyc and /dev/null differ diff --git a/app/services/__pycache__/import_analysis.cpython-311.pyc b/app/services/__pycache__/import_analysis.cpython-311.pyc deleted file mode 100644 index d2492e3..0000000 Binary files a/app/services/__pycache__/import_analysis.cpython-311.pyc and /dev/null differ diff --git a/app/services/__pycache__/import_analysis.cpython-312.pyc b/app/services/__pycache__/import_analysis.cpython-312.pyc deleted file mode 100644 index b1baa45..0000000 Binary files a/app/services/__pycache__/import_analysis.cpython-312.pyc and /dev/null differ diff --git a/scripts/__pycache__/deepseek_request.cpython-312.pyc b/scripts/__pycache__/deepseek_request.cpython-312.pyc deleted file mode 100644 index 7b67e7b..0000000 Binary files a/scripts/__pycache__/deepseek_request.cpython-312.pyc and /dev/null differ