diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a166a6b --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +__pycache__/ +*.pyc +*.pyo +*.egg-info/ +dist/ +build/ +.venv/ diff --git a/llm_connect/__pycache__/__init__.cpython-312.pyc b/llm_connect/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index f0fae86..0000000 Binary files a/llm_connect/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/llm_connect/__pycache__/_http.cpython-312.pyc b/llm_connect/__pycache__/_http.cpython-312.pyc deleted file mode 100644 index 815ef91..0000000 Binary files a/llm_connect/__pycache__/_http.cpython-312.pyc and /dev/null differ diff --git a/llm_connect/__pycache__/_token_estimator.cpython-312.pyc b/llm_connect/__pycache__/_token_estimator.cpython-312.pyc deleted file mode 100644 index 2cd9f97..0000000 Binary files a/llm_connect/__pycache__/_token_estimator.cpython-312.pyc and /dev/null differ diff --git a/llm_connect/__pycache__/adapter.cpython-312.pyc b/llm_connect/__pycache__/adapter.cpython-312.pyc deleted file mode 100644 index 0a6496a..0000000 Binary files a/llm_connect/__pycache__/adapter.cpython-312.pyc and /dev/null differ diff --git a/llm_connect/__pycache__/claude_code.cpython-312.pyc b/llm_connect/__pycache__/claude_code.cpython-312.pyc deleted file mode 100644 index b5d2763..0000000 Binary files a/llm_connect/__pycache__/claude_code.cpython-312.pyc and /dev/null differ diff --git a/llm_connect/__pycache__/config.cpython-312.pyc b/llm_connect/__pycache__/config.cpython-312.pyc deleted file mode 100644 index 79888db..0000000 Binary files a/llm_connect/__pycache__/config.cpython-312.pyc and /dev/null differ diff --git a/llm_connect/__pycache__/embedding_adapter.cpython-312.pyc b/llm_connect/__pycache__/embedding_adapter.cpython-312.pyc deleted file mode 100644 index cbcc7bb..0000000 Binary files a/llm_connect/__pycache__/embedding_adapter.cpython-312.pyc and /dev/null differ diff --git a/llm_connect/__pycache__/embedding_cache.cpython-312.pyc b/llm_connect/__pycache__/embedding_cache.cpython-312.pyc deleted file mode 100644 index 7589085..0000000 Binary files a/llm_connect/__pycache__/embedding_cache.cpython-312.pyc and /dev/null differ diff --git a/llm_connect/__pycache__/embedding_factory.cpython-312.pyc b/llm_connect/__pycache__/embedding_factory.cpython-312.pyc deleted file mode 100644 index c60ea18..0000000 Binary files a/llm_connect/__pycache__/embedding_factory.cpython-312.pyc and /dev/null differ diff --git a/llm_connect/__pycache__/embedding_openai.cpython-312.pyc b/llm_connect/__pycache__/embedding_openai.cpython-312.pyc deleted file mode 100644 index 9d53404..0000000 Binary files a/llm_connect/__pycache__/embedding_openai.cpython-312.pyc and /dev/null differ diff --git a/llm_connect/__pycache__/exceptions.cpython-312.pyc b/llm_connect/__pycache__/exceptions.cpython-312.pyc deleted file mode 100644 index 3f1bac7..0000000 Binary files a/llm_connect/__pycache__/exceptions.cpython-312.pyc and /dev/null differ diff --git a/llm_connect/__pycache__/factory.cpython-312.pyc b/llm_connect/__pycache__/factory.cpython-312.pyc deleted file mode 100644 index 6b0131f..0000000 Binary files a/llm_connect/__pycache__/factory.cpython-312.pyc and /dev/null differ diff --git a/llm_connect/__pycache__/gemini.cpython-312.pyc b/llm_connect/__pycache__/gemini.cpython-312.pyc deleted file mode 100644 index 18a546f..0000000 Binary files a/llm_connect/__pycache__/gemini.cpython-312.pyc and /dev/null differ diff --git a/llm_connect/__pycache__/models.cpython-312.pyc b/llm_connect/__pycache__/models.cpython-312.pyc deleted file mode 100644 index 155e5e2..0000000 Binary files a/llm_connect/__pycache__/models.cpython-312.pyc and /dev/null differ diff --git a/llm_connect/__pycache__/openai.cpython-312.pyc b/llm_connect/__pycache__/openai.cpython-312.pyc deleted file mode 100644 index ae12833..0000000 Binary files a/llm_connect/__pycache__/openai.cpython-312.pyc and /dev/null differ diff --git a/llm_connect/__pycache__/openrouter.cpython-312.pyc b/llm_connect/__pycache__/openrouter.cpython-312.pyc deleted file mode 100644 index 5f68909..0000000 Binary files a/llm_connect/__pycache__/openrouter.cpython-312.pyc and /dev/null differ diff --git a/llm_connect/__pycache__/similarity.cpython-312.pyc b/llm_connect/__pycache__/similarity.cpython-312.pyc deleted file mode 100644 index 32dd445..0000000 Binary files a/llm_connect/__pycache__/similarity.cpython-312.pyc and /dev/null differ