diff --git a/.gitignore b/.gitignore index 10fce85..d3e444b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ -__pycache__/* -libraries/__pycache__/* -libraries/wrappers/__pycache__/* +__pycache__/ +libraries/__pycache__/ +libraries/wrappers/__pycache__/ +*.pyc +*.pyo credentials.py diff --git a/libraries/__pycache__/balance_accounts.cpython-311.pyc b/libraries/__pycache__/balance_accounts.cpython-311.pyc deleted file mode 100644 index a980445..0000000 Binary files a/libraries/__pycache__/balance_accounts.cpython-311.pyc and /dev/null differ diff --git a/libraries/wrappers/__pycache__/earn_binance.cpython-311.pyc b/libraries/wrappers/__pycache__/earn_binance.cpython-311.pyc deleted file mode 100644 index 3fed72d..0000000 Binary files a/libraries/wrappers/__pycache__/earn_binance.cpython-311.pyc and /dev/null differ diff --git a/libraries/wrappers/__pycache__/earn_gateio.cpython-311.pyc b/libraries/wrappers/__pycache__/earn_gateio.cpython-311.pyc deleted file mode 100644 index bc7504f..0000000 Binary files a/libraries/wrappers/__pycache__/earn_gateio.cpython-311.pyc and /dev/null differ diff --git a/libraries/wrappers/__pycache__/earn_kucoin.cpython-311.pyc b/libraries/wrappers/__pycache__/earn_kucoin.cpython-311.pyc deleted file mode 100644 index 556ba30..0000000 Binary files a/libraries/wrappers/__pycache__/earn_kucoin.cpython-311.pyc and /dev/null differ diff --git a/libraries/wrappers/__pycache__/earn_okx.cpython-311.pyc b/libraries/wrappers/__pycache__/earn_okx.cpython-311.pyc deleted file mode 100644 index 46cbfcd..0000000 Binary files a/libraries/wrappers/__pycache__/earn_okx.cpython-311.pyc and /dev/null differ