diff --git a/.gitignore b/.gitignore index 7a60b85..b9d262a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ __pycache__/ *.pyc +*.pyo +*.egg-info/ +.DS_Store diff --git a/sageapi/api/__pycache__/__init__.cpython-310.pyc b/sageapi/api/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index f3ed3f2..0000000 Binary files a/sageapi/api/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/sageapi/api/__pycache__/accounting.cpython-310.pyc b/sageapi/api/__pycache__/accounting.cpython-310.pyc deleted file mode 100644 index 047fb9c..0000000 Binary files a/sageapi/api/__pycache__/accounting.cpython-310.pyc and /dev/null differ diff --git a/sageapi/api/__pycache__/balance.cpython-310.pyc b/sageapi/api/__pycache__/balance.cpython-310.pyc deleted file mode 100644 index efffddb..0000000 Binary files a/sageapi/api/__pycache__/balance.cpython-310.pyc and /dev/null differ diff --git a/sageapi/api/__pycache__/health.cpython-310.pyc b/sageapi/api/__pycache__/health.cpython-310.pyc deleted file mode 100644 index f57b2a6..0000000 Binary files a/sageapi/api/__pycache__/health.cpython-310.pyc and /dev/null differ diff --git a/sageapi/api/__pycache__/pricing.cpython-310.pyc b/sageapi/api/__pycache__/pricing.cpython-310.pyc deleted file mode 100644 index 30e9a9c..0000000 Binary files a/sageapi/api/__pycache__/pricing.cpython-310.pyc and /dev/null differ diff --git a/sageapi/api/__pycache__/users.cpython-310.pyc b/sageapi/api/__pycache__/users.cpython-310.pyc deleted file mode 100644 index 331b3a8..0000000 Binary files a/sageapi/api/__pycache__/users.cpython-310.pyc and /dev/null differ diff --git a/sageapi/cache/__pycache__/__init__.cpython-310.pyc b/sageapi/cache/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index 4fe27af..0000000 Binary files a/sageapi/cache/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/sageapi/cache/__pycache__/cache_manager.cpython-310.pyc b/sageapi/cache/__pycache__/cache_manager.cpython-310.pyc deleted file mode 100644 index 6a85f8c..0000000 Binary files a/sageapi/cache/__pycache__/cache_manager.cpython-310.pyc and /dev/null differ diff --git a/sageapi/middleware/__pycache__/__init__.cpython-310.pyc b/sageapi/middleware/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index 4b369c3..0000000 Binary files a/sageapi/middleware/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/sageapi/middleware/__pycache__/dapi_auth.cpython-310.pyc b/sageapi/middleware/__pycache__/dapi_auth.cpython-310.pyc deleted file mode 100644 index 853acdc..0000000 Binary files a/sageapi/middleware/__pycache__/dapi_auth.cpython-310.pyc and /dev/null differ diff --git a/sageapi/sync/__pycache__/__init__.cpython-310.pyc b/sageapi/sync/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index 8c70662..0000000 Binary files a/sageapi/sync/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/sageapi/sync/__pycache__/base_sync.cpython-310.pyc b/sageapi/sync/__pycache__/base_sync.cpython-310.pyc deleted file mode 100644 index d723b3c..0000000 Binary files a/sageapi/sync/__pycache__/base_sync.cpython-310.pyc and /dev/null differ diff --git a/sageapi/sync/__pycache__/llmage_sync.cpython-310.pyc b/sageapi/sync/__pycache__/llmage_sync.cpython-310.pyc deleted file mode 100644 index d0d967a..0000000 Binary files a/sageapi/sync/__pycache__/llmage_sync.cpython-310.pyc and /dev/null differ diff --git a/sageapi/sync/__pycache__/pricing_sync.cpython-310.pyc b/sageapi/sync/__pycache__/pricing_sync.cpython-310.pyc deleted file mode 100644 index af7c781..0000000 Binary files a/sageapi/sync/__pycache__/pricing_sync.cpython-310.pyc and /dev/null differ diff --git a/sageapi/sync/__pycache__/uapi_sync.cpython-310.pyc b/sageapi/sync/__pycache__/uapi_sync.cpython-310.pyc deleted file mode 100644 index 683a536..0000000 Binary files a/sageapi/sync/__pycache__/uapi_sync.cpython-310.pyc and /dev/null differ diff --git a/sageapi/sync/__pycache__/user_sync.cpython-310.pyc b/sageapi/sync/__pycache__/user_sync.cpython-310.pyc deleted file mode 100644 index 488f303..0000000 Binary files a/sageapi/sync/__pycache__/user_sync.cpython-310.pyc and /dev/null differ diff --git a/sageapi/utils/__pycache__/__init__.cpython-310.pyc b/sageapi/utils/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index 97fc645..0000000 Binary files a/sageapi/utils/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/sageapi/utils/__pycache__/crypto.cpython-310.pyc b/sageapi/utils/__pycache__/crypto.cpython-310.pyc deleted file mode 100644 index 01d09a8..0000000 Binary files a/sageapi/utils/__pycache__/crypto.cpython-310.pyc and /dev/null differ diff --git a/sageapi/utils/__pycache__/http_client.cpython-310.pyc b/sageapi/utils/__pycache__/http_client.cpython-310.pyc deleted file mode 100644 index 704d5a7..0000000 Binary files a/sageapi/utils/__pycache__/http_client.cpython-310.pyc and /dev/null differ diff --git a/tests/__pycache__/__init__.cpython-310.pyc b/tests/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index bb35765..0000000 Binary files a/tests/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/tests/__pycache__/test_dapi_auth.cpython-310-pytest-9.0.3.pyc b/tests/__pycache__/test_dapi_auth.cpython-310-pytest-9.0.3.pyc deleted file mode 100644 index 58adb53..0000000 Binary files a/tests/__pycache__/test_dapi_auth.cpython-310-pytest-9.0.3.pyc and /dev/null differ diff --git a/tests/__pycache__/test_http_client.cpython-310-pytest-9.0.3.pyc b/tests/__pycache__/test_http_client.cpython-310-pytest-9.0.3.pyc deleted file mode 100644 index 1a19b98..0000000 Binary files a/tests/__pycache__/test_http_client.cpython-310-pytest-9.0.3.pyc and /dev/null differ