diff --git a/.gitignore b/.gitignore index fe105ba..defe80e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ __pycache__/ build/ *.egg-info/ +*.pyc +*.pyo +.DS_Store diff --git a/ahserver/__pycache__/__init__.cpython-310.pyc b/ahserver/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index f18ee77..0000000 Binary files a/ahserver/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/ahserver/__pycache__/auth_api.cpython-310.pyc b/ahserver/__pycache__/auth_api.cpython-310.pyc deleted file mode 100644 index 869930e..0000000 Binary files a/ahserver/__pycache__/auth_api.cpython-310.pyc and /dev/null differ diff --git a/ahserver/__pycache__/baseProcessor.cpython-310.pyc b/ahserver/__pycache__/baseProcessor.cpython-310.pyc deleted file mode 100644 index ddad894..0000000 Binary files a/ahserver/__pycache__/baseProcessor.cpython-310.pyc and /dev/null differ diff --git a/ahserver/__pycache__/configuredServer.cpython-310.pyc b/ahserver/__pycache__/configuredServer.cpython-310.pyc deleted file mode 100644 index 7eb9f2b..0000000 Binary files a/ahserver/__pycache__/configuredServer.cpython-310.pyc and /dev/null differ diff --git a/ahserver/__pycache__/dsProcessor.cpython-310.pyc b/ahserver/__pycache__/dsProcessor.cpython-310.pyc deleted file mode 100644 index 2f91a49..0000000 Binary files a/ahserver/__pycache__/dsProcessor.cpython-310.pyc and /dev/null differ diff --git a/ahserver/__pycache__/error.cpython-310.pyc b/ahserver/__pycache__/error.cpython-310.pyc deleted file mode 100644 index 4ae6e14..0000000 Binary files a/ahserver/__pycache__/error.cpython-310.pyc and /dev/null differ diff --git a/ahserver/__pycache__/filedownload.cpython-310.pyc b/ahserver/__pycache__/filedownload.cpython-310.pyc deleted file mode 100644 index 549893c..0000000 Binary files a/ahserver/__pycache__/filedownload.cpython-310.pyc and /dev/null differ diff --git a/ahserver/__pycache__/filestorage.cpython-310.pyc b/ahserver/__pycache__/filestorage.cpython-310.pyc deleted file mode 100644 index b137df8..0000000 Binary files a/ahserver/__pycache__/filestorage.cpython-310.pyc and /dev/null differ diff --git a/ahserver/__pycache__/filetest.cpython-310.pyc b/ahserver/__pycache__/filetest.cpython-310.pyc deleted file mode 100644 index e9d9c69..0000000 Binary files a/ahserver/__pycache__/filetest.cpython-310.pyc and /dev/null differ diff --git a/ahserver/__pycache__/functionProcessor.cpython-310.pyc b/ahserver/__pycache__/functionProcessor.cpython-310.pyc deleted file mode 100644 index c9f982e..0000000 Binary files a/ahserver/__pycache__/functionProcessor.cpython-310.pyc and /dev/null differ diff --git a/ahserver/__pycache__/globalEnv.cpython-310.pyc b/ahserver/__pycache__/globalEnv.cpython-310.pyc deleted file mode 100644 index 8021fcb..0000000 Binary files a/ahserver/__pycache__/globalEnv.cpython-310.pyc and /dev/null differ diff --git a/ahserver/__pycache__/llmProcessor.cpython-310.pyc b/ahserver/__pycache__/llmProcessor.cpython-310.pyc deleted file mode 100644 index 2a36122..0000000 Binary files a/ahserver/__pycache__/llmProcessor.cpython-310.pyc and /dev/null differ diff --git a/ahserver/__pycache__/llm_client.cpython-310.pyc b/ahserver/__pycache__/llm_client.cpython-310.pyc deleted file mode 100644 index 108e39a..0000000 Binary files a/ahserver/__pycache__/llm_client.cpython-310.pyc and /dev/null differ diff --git a/ahserver/__pycache__/loadplugins.cpython-310.pyc b/ahserver/__pycache__/loadplugins.cpython-310.pyc deleted file mode 100644 index dfcfe7f..0000000 Binary files a/ahserver/__pycache__/loadplugins.cpython-310.pyc and /dev/null differ diff --git a/ahserver/__pycache__/myTE.cpython-310.pyc b/ahserver/__pycache__/myTE.cpython-310.pyc deleted file mode 100644 index d4ce8ae..0000000 Binary files a/ahserver/__pycache__/myTE.cpython-310.pyc and /dev/null differ diff --git a/ahserver/__pycache__/processorResource.cpython-310.pyc b/ahserver/__pycache__/processorResource.cpython-310.pyc deleted file mode 100644 index a34188a..0000000 Binary files a/ahserver/__pycache__/processorResource.cpython-310.pyc and /dev/null differ diff --git a/ahserver/__pycache__/proxyProcessor.cpython-310.pyc b/ahserver/__pycache__/proxyProcessor.cpython-310.pyc deleted file mode 100644 index 280db82..0000000 Binary files a/ahserver/__pycache__/proxyProcessor.cpython-310.pyc and /dev/null differ diff --git a/ahserver/__pycache__/real_ip.cpython-310.pyc b/ahserver/__pycache__/real_ip.cpython-310.pyc deleted file mode 100644 index 9793199..0000000 Binary files a/ahserver/__pycache__/real_ip.cpython-310.pyc and /dev/null differ diff --git a/ahserver/__pycache__/restful.cpython-310.pyc b/ahserver/__pycache__/restful.cpython-310.pyc deleted file mode 100644 index 800d97f..0000000 Binary files a/ahserver/__pycache__/restful.cpython-310.pyc and /dev/null differ diff --git a/ahserver/__pycache__/serverenv.cpython-310.pyc b/ahserver/__pycache__/serverenv.cpython-310.pyc deleted file mode 100644 index 4086171..0000000 Binary files a/ahserver/__pycache__/serverenv.cpython-310.pyc and /dev/null differ diff --git a/ahserver/__pycache__/sqldsProcessor.cpython-310.pyc b/ahserver/__pycache__/sqldsProcessor.cpython-310.pyc deleted file mode 100644 index 09b6ff8..0000000 Binary files a/ahserver/__pycache__/sqldsProcessor.cpython-310.pyc and /dev/null differ diff --git a/ahserver/__pycache__/uriop.cpython-310.pyc b/ahserver/__pycache__/uriop.cpython-310.pyc deleted file mode 100644 index 8a14b88..0000000 Binary files a/ahserver/__pycache__/uriop.cpython-310.pyc and /dev/null differ diff --git a/ahserver/__pycache__/url2file.cpython-310.pyc b/ahserver/__pycache__/url2file.cpython-310.pyc deleted file mode 100644 index eac0ec7..0000000 Binary files a/ahserver/__pycache__/url2file.cpython-310.pyc and /dev/null differ diff --git a/ahserver/__pycache__/utils.cpython-310.pyc b/ahserver/__pycache__/utils.cpython-310.pyc deleted file mode 100644 index 74e5bda..0000000 Binary files a/ahserver/__pycache__/utils.cpython-310.pyc and /dev/null differ diff --git a/ahserver/__pycache__/websocketProcessor.cpython-310.pyc b/ahserver/__pycache__/websocketProcessor.cpython-310.pyc deleted file mode 100644 index afe5936..0000000 Binary files a/ahserver/__pycache__/websocketProcessor.cpython-310.pyc and /dev/null differ diff --git a/ahserver/__pycache__/xlsxData.cpython-310.pyc b/ahserver/__pycache__/xlsxData.cpython-310.pyc deleted file mode 100644 index 64fc0e1..0000000 Binary files a/ahserver/__pycache__/xlsxData.cpython-310.pyc and /dev/null differ diff --git a/ahserver/__pycache__/xlsxdsProcessor.cpython-310.pyc b/ahserver/__pycache__/xlsxdsProcessor.cpython-310.pyc deleted file mode 100644 index 45ea54b..0000000 Binary files a/ahserver/__pycache__/xlsxdsProcessor.cpython-310.pyc and /dev/null differ diff --git a/ahserver/__pycache__/xtermProcessor.cpython-310.pyc b/ahserver/__pycache__/xtermProcessor.cpython-310.pyc deleted file mode 100644 index 298a943..0000000 Binary files a/ahserver/__pycache__/xtermProcessor.cpython-310.pyc and /dev/null differ