diff --git a/.gitignore b/.gitignore index 321c5a2..e5e1b7c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ target local_file_storage/ target_pkg/ vibing.txt -*.password \ No newline at end of file +*.password +__pycache__ \ No newline at end of file diff --git a/dedicated_ai_server/__pycache__/api.cpython-313.pyc b/dedicated_ai_server/__pycache__/api.cpython-313.pyc deleted file mode 100644 index c53bcf0..0000000 Binary files a/dedicated_ai_server/__pycache__/api.cpython-313.pyc and /dev/null differ diff --git a/dedicated_ai_server/__pycache__/secret_stream_socket.cpython-313.pyc b/dedicated_ai_server/__pycache__/secret_stream_socket.cpython-313.pyc deleted file mode 100644 index 159252e..0000000 Binary files a/dedicated_ai_server/__pycache__/secret_stream_socket.cpython-313.pyc and /dev/null differ