diff --git a/.gitignore b/.gitignore index f10862a..70958dc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ /.env +.idea/ +__pycache__/ +*.pyc +*.pyo diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 30cf57e..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,10 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Ignored default folder with query files -/queries/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 5c38e4b..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index fbf2f7e..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/youlbot-webui.iml b/.idea/youlbot-webui.iml deleted file mode 100644 index d6ebd48..0000000 --- a/.idea/youlbot-webui.iml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/__pycache__/api_client.cpython-312.pyc b/__pycache__/api_client.cpython-312.pyc deleted file mode 100644 index 4b7ab73..0000000 Binary files a/__pycache__/api_client.cpython-312.pyc and /dev/null differ diff --git a/__pycache__/app.cpython-312.pyc b/__pycache__/app.cpython-312.pyc deleted file mode 100644 index e825013..0000000 Binary files a/__pycache__/app.cpython-312.pyc and /dev/null differ diff --git a/__pycache__/config.cpython-312.pyc b/__pycache__/config.cpython-312.pyc deleted file mode 100644 index a38387f..0000000 Binary files a/__pycache__/config.cpython-312.pyc and /dev/null differ diff --git a/__pycache__/container.cpython-312.pyc b/__pycache__/container.cpython-312.pyc deleted file mode 100644 index 9d93c81..0000000 Binary files a/__pycache__/container.cpython-312.pyc and /dev/null differ diff --git a/__pycache__/services.cpython-312.pyc b/__pycache__/services.cpython-312.pyc deleted file mode 100644 index eaf7196..0000000 Binary files a/__pycache__/services.cpython-312.pyc and /dev/null differ diff --git a/services/__pycache__/__init__.cpython-312.pyc b/services/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index eeb5809..0000000 Binary files a/services/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/services/__pycache__/chat.cpython-312.pyc b/services/__pycache__/chat.cpython-312.pyc deleted file mode 100644 index 426387b..0000000 Binary files a/services/__pycache__/chat.cpython-312.pyc and /dev/null differ diff --git a/services/__pycache__/document.cpython-312.pyc b/services/__pycache__/document.cpython-312.pyc deleted file mode 100644 index da32776..0000000 Binary files a/services/__pycache__/document.cpython-312.pyc and /dev/null differ diff --git a/services/__pycache__/tts.cpython-312.pyc b/services/__pycache__/tts.cpython-312.pyc deleted file mode 100644 index db08854..0000000 Binary files a/services/__pycache__/tts.cpython-312.pyc and /dev/null differ