diff --git a/.gitignore b/.gitignore index 94bc59e..24f4809 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .DS_Store +__pycache__ fruit_catcher/__pycache__ result.json diff --git a/__pycache__/catcher.cpython-311.pyc b/__pycache__/catcher.cpython-311.pyc deleted file mode 100644 index 5fbf164..0000000 Binary files a/__pycache__/catcher.cpython-311.pyc and /dev/null differ diff --git a/__pycache__/fruit.cpython-311.pyc b/__pycache__/fruit.cpython-311.pyc deleted file mode 100644 index ae2f4e7..0000000 Binary files a/__pycache__/fruit.cpython-311.pyc and /dev/null differ diff --git a/__pycache__/manager.cpython-311.pyc b/__pycache__/manager.cpython-311.pyc deleted file mode 100644 index 1018a12..0000000 Binary files a/__pycache__/manager.cpython-311.pyc and /dev/null differ