diff --git a/.gitignore b/.gitignore index 8226a03..ec09eed 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ build/ dist/ python_okx.egg-info/ *.DS_Store -**/test/__pycache__ +**/**/__pycache__ ### STS ### .apt_generated diff --git a/okx/websocket/__pycache__/WsClientFactory.cpython-39.pyc b/okx/websocket/__pycache__/WsClientFactory.cpython-39.pyc new file mode 100644 index 0000000..8818631 Binary files /dev/null and b/okx/websocket/__pycache__/WsClientFactory.cpython-39.pyc differ diff --git a/okx/websocket/__pycache__/WsClientProtocol.cpython-39.pyc b/okx/websocket/__pycache__/WsClientProtocol.cpython-39.pyc new file mode 100644 index 0000000..d4a8dd0 Binary files /dev/null and b/okx/websocket/__pycache__/WsClientProtocol.cpython-39.pyc differ diff --git a/okx/websocket/__pycache__/WsConnectManager.cpython-39.pyc b/okx/websocket/__pycache__/WsConnectManager.cpython-39.pyc new file mode 100644 index 0000000..5b2164f Binary files /dev/null and b/okx/websocket/__pycache__/WsConnectManager.cpython-39.pyc differ diff --git a/okx/websocket/__pycache__/WsPrivate.cpython-39.pyc b/okx/websocket/__pycache__/WsPrivate.cpython-39.pyc new file mode 100644 index 0000000..ef0721f Binary files /dev/null and b/okx/websocket/__pycache__/WsPrivate.cpython-39.pyc differ diff --git a/okx/websocket/__pycache__/WsPublic.cpython-39.pyc b/okx/websocket/__pycache__/WsPublic.cpython-39.pyc new file mode 100644 index 0000000..566d235 Binary files /dev/null and b/okx/websocket/__pycache__/WsPublic.cpython-39.pyc differ diff --git a/okx/websocket/__pycache__/WsUtils.cpython-39.pyc b/okx/websocket/__pycache__/WsUtils.cpython-39.pyc new file mode 100644 index 0000000..0fb5155 Binary files /dev/null and b/okx/websocket/__pycache__/WsUtils.cpython-39.pyc differ diff --git a/okx/websocket/__pycache__/__init__.cpython-39.pyc b/okx/websocket/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000..da016c3 Binary files /dev/null and b/okx/websocket/__pycache__/__init__.cpython-39.pyc differ