diff --git a/.gitignore b/.gitignore index 18da50b..99b8ada 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ venv/ -.venv/ \ No newline at end of file +.venv/ +__pycache__/ \ No newline at end of file diff --git a/__pycache__/server.cpython-312.pyc b/__pycache__/server.cpython-312.pyc deleted file mode 100644 index 41b5168..0000000 Binary files a/__pycache__/server.cpython-312.pyc and /dev/null differ