diff --git a/.gitignore b/.gitignore index d24df54..ae2651a 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,7 @@ compile_commands.json result # Python-generated files -__pycache__/ +**/__pycache__/ *.py[oc] build/ dist/ diff --git a/client/py/__pycache__/hopper.cpython-313.pyc b/client/py/__pycache__/hopper.cpython-313.pyc deleted file mode 100644 index c9d0410..0000000 Binary files a/client/py/__pycache__/hopper.cpython-313.pyc and /dev/null differ