diff --git a/.gitignore b/.gitignore index 7760751..fa63c58 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ logs/ images/ games/ -_pycache_/ +__pycache__/ sources.json gamelist.xml *.log diff --git a/__pycache__/__main__.cpython-311.pyc b/__pycache__/__main__.cpython-311.pyc deleted file mode 100644 index 3134985..0000000 Binary files a/__pycache__/__main__.cpython-311.pyc and /dev/null differ diff --git a/__pycache__/config.cpython-311.pyc b/__pycache__/config.cpython-311.pyc deleted file mode 100644 index 40ff317..0000000 Binary files a/__pycache__/config.cpython-311.pyc and /dev/null differ diff --git a/__pycache__/controls.cpython-311.pyc b/__pycache__/controls.cpython-311.pyc deleted file mode 100644 index f1dbd22..0000000 Binary files a/__pycache__/controls.cpython-311.pyc and /dev/null differ diff --git a/__pycache__/controls_mapper.cpython-311.pyc b/__pycache__/controls_mapper.cpython-311.pyc deleted file mode 100644 index 7dfcb22..0000000 Binary files a/__pycache__/controls_mapper.cpython-311.pyc and /dev/null differ diff --git a/__pycache__/display.cpython-311.pyc b/__pycache__/display.cpython-311.pyc deleted file mode 100644 index be6182f..0000000 Binary files a/__pycache__/display.cpython-311.pyc and /dev/null differ diff --git a/__pycache__/network.cpython-311.pyc b/__pycache__/network.cpython-311.pyc deleted file mode 100644 index 64ce5ab..0000000 Binary files a/__pycache__/network.cpython-311.pyc and /dev/null differ diff --git a/__pycache__/utils.cpython-311.pyc b/__pycache__/utils.cpython-311.pyc deleted file mode 100644 index 355f339..0000000 Binary files a/__pycache__/utils.cpython-311.pyc and /dev/null differ diff --git a/backup.rar b/backup.rar deleted file mode 100644 index 053ad2b..0000000 Binary files a/backup.rar and /dev/null differ