diff --git a/.gitignore b/.gitignore index 0a5ece6..06ec874 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ Thumbs.db node_modules/ build/ +__pycache__/ +*.pyc diff --git a/__pycache__/grab_test.cpython-312.pyc b/__pycache__/grab_test.cpython-312.pyc deleted file mode 100644 index f2662a9..0000000 Binary files a/__pycache__/grab_test.cpython-312.pyc and /dev/null differ diff --git a/orange_pi/__pycache__/scales.cpython-312.pyc b/orange_pi/__pycache__/scales.cpython-312.pyc deleted file mode 100644 index c264bc0..0000000 Binary files a/orange_pi/__pycache__/scales.cpython-312.pyc and /dev/null differ