diff --git a/.gitignore b/.gitignore index 1d17dae..9f7550b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ +__pycache__ .venv diff --git a/__pycache__/channels.cpython-313.pyc b/__pycache__/channels.cpython-313.pyc deleted file mode 100644 index 91a0653..0000000 Binary files a/__pycache__/channels.cpython-313.pyc and /dev/null differ diff --git a/__pycache__/osd.cpython-313.pyc b/__pycache__/osd.cpython-313.pyc deleted file mode 100644 index 600dae5..0000000 Binary files a/__pycache__/osd.cpython-313.pyc and /dev/null differ diff --git a/__pycache__/player.cpython-313.pyc b/__pycache__/player.cpython-313.pyc deleted file mode 100644 index dd53e15..0000000 Binary files a/__pycache__/player.cpython-313.pyc and /dev/null differ diff --git a/__pycache__/qt_process.cpython-313.pyc b/__pycache__/qt_process.cpython-313.pyc deleted file mode 100644 index 643b89d..0000000 Binary files a/__pycache__/qt_process.cpython-313.pyc and /dev/null differ diff --git a/__pycache__/server.cpython-313.pyc b/__pycache__/server.cpython-313.pyc deleted file mode 100644 index 273db3a..0000000 Binary files a/__pycache__/server.cpython-313.pyc and /dev/null differ diff --git a/__pycache__/utils.cpython-313.pyc b/__pycache__/utils.cpython-313.pyc deleted file mode 100644 index 97fdfec..0000000 Binary files a/__pycache__/utils.cpython-313.pyc and /dev/null differ diff --git a/__pycache__/volume.cpython-313.pyc b/__pycache__/volume.cpython-313.pyc deleted file mode 100644 index a1cd123..0000000 Binary files a/__pycache__/volume.cpython-313.pyc and /dev/null differ diff --git a/__pycache__/volume_osd.cpython-313.pyc b/__pycache__/volume_osd.cpython-313.pyc deleted file mode 100644 index c444394..0000000 Binary files a/__pycache__/volume_osd.cpython-313.pyc and /dev/null differ