diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7a60b85 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +__pycache__/ +*.pyc diff --git a/hassio-addon-lifepo4wered/__pycache__/lifepo4wered_monitor.cpython-314.pyc b/hassio-addon-lifepo4wered/__pycache__/lifepo4wered_monitor.cpython-314.pyc deleted file mode 100644 index d1f45cc..0000000 Binary files a/hassio-addon-lifepo4wered/__pycache__/lifepo4wered_monitor.cpython-314.pyc and /dev/null differ diff --git a/tests/__pycache__/test_monitor.cpython-314.pyc b/tests/__pycache__/test_monitor.cpython-314.pyc deleted file mode 100644 index e8e4d0a..0000000 Binary files a/tests/__pycache__/test_monitor.cpython-314.pyc and /dev/null differ diff --git a/tests/stubs/paho/__pycache__/__init__.cpython-314.pyc b/tests/stubs/paho/__pycache__/__init__.cpython-314.pyc deleted file mode 100644 index 3ddf3a9..0000000 Binary files a/tests/stubs/paho/__pycache__/__init__.cpython-314.pyc and /dev/null differ diff --git a/tests/stubs/paho/mqtt/__pycache__/__init__.cpython-314.pyc b/tests/stubs/paho/mqtt/__pycache__/__init__.cpython-314.pyc deleted file mode 100644 index f0f2b3f..0000000 Binary files a/tests/stubs/paho/mqtt/__pycache__/__init__.cpython-314.pyc and /dev/null differ diff --git a/tests/stubs/paho/mqtt/__pycache__/client.cpython-314.pyc b/tests/stubs/paho/mqtt/__pycache__/client.cpython-314.pyc deleted file mode 100644 index 7df77e5..0000000 Binary files a/tests/stubs/paho/mqtt/__pycache__/client.cpython-314.pyc and /dev/null differ