diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4cf78b5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +__pycache__/ +*\.pyc diff --git a/__pycache__/__init__.cpython-313.pyc b/__pycache__/__init__.cpython-313.pyc deleted file mode 100644 index ecd28dc..0000000 Binary files a/__pycache__/__init__.cpython-313.pyc and /dev/null differ diff --git a/__pycache__/config.cpython-313.pyc b/__pycache__/config.cpython-313.pyc deleted file mode 100644 index 05be1be..0000000 Binary files a/__pycache__/config.cpython-313.pyc and /dev/null differ diff --git a/__pycache__/display.cpython-313.pyc b/__pycache__/display.cpython-313.pyc deleted file mode 100644 index 01d7540..0000000 Binary files a/__pycache__/display.cpython-313.pyc and /dev/null differ diff --git a/__pycache__/menu.cpython-313.pyc b/__pycache__/menu.cpython-313.pyc deleted file mode 100644 index ba3baa4..0000000 Binary files a/__pycache__/menu.cpython-313.pyc and /dev/null differ diff --git a/__pycache__/scoreboard.cpython-313.pyc b/__pycache__/scoreboard.cpython-313.pyc deleted file mode 100644 index 7764ef9..0000000 Binary files a/__pycache__/scoreboard.cpython-313.pyc and /dev/null differ diff --git a/__pycache__/sound.cpython-313.pyc b/__pycache__/sound.cpython-313.pyc deleted file mode 100644 index b8409cd..0000000 Binary files a/__pycache__/sound.cpython-313.pyc and /dev/null differ diff --git a/__pycache__/speech.cpython-313.pyc b/__pycache__/speech.cpython-313.pyc deleted file mode 100644 index e4e7f5b..0000000 Binary files a/__pycache__/speech.cpython-313.pyc and /dev/null differ