diff --git a/.gitignore b/.gitignore index a391893..a25a57e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ venv/ .idea/ -*.__pycache__/ +*__pycache__/ + test.py diff --git a/viking_file/__pycache__/__init__.cpython-313.pyc b/viking_file/__pycache__/__init__.cpython-313.pyc deleted file mode 100644 index 30c3be7..0000000 Binary files a/viking_file/__pycache__/__init__.cpython-313.pyc and /dev/null differ diff --git a/viking_file/__pycache__/api.cpython-313.pyc b/viking_file/__pycache__/api.cpython-313.pyc deleted file mode 100644 index 4865895..0000000 Binary files a/viking_file/__pycache__/api.cpython-313.pyc and /dev/null differ diff --git a/viking_file/__pycache__/classes.cpython-313.pyc b/viking_file/__pycache__/classes.cpython-313.pyc deleted file mode 100644 index 828cde5..0000000 Binary files a/viking_file/__pycache__/classes.cpython-313.pyc and /dev/null differ diff --git a/viking_file/__pycache__/exceptions.cpython-313.pyc b/viking_file/__pycache__/exceptions.cpython-313.pyc deleted file mode 100644 index 9931922..0000000 Binary files a/viking_file/__pycache__/exceptions.cpython-313.pyc and /dev/null differ diff --git a/viking_file/clients/__pycache__/client.cpython-313.pyc b/viking_file/clients/__pycache__/client.cpython-313.pyc deleted file mode 100644 index c5ef93e..0000000 Binary files a/viking_file/clients/__pycache__/client.cpython-313.pyc and /dev/null differ diff --git a/viking_file/clients/__pycache__/client_async.cpython-313.pyc b/viking_file/clients/__pycache__/client_async.cpython-313.pyc deleted file mode 100644 index b9f9a1f..0000000 Binary files a/viking_file/clients/__pycache__/client_async.cpython-313.pyc and /dev/null differ