diff --git a/.gitignore b/.gitignore index c17d4fe..300ce9a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ hue_remote/config.py +*.pyc diff --git a/hue_remote/__pycache__/config.cpython-38.pyc b/hue_remote/__pycache__/config.cpython-38.pyc deleted file mode 100644 index 02d91d3..0000000 Binary files a/hue_remote/__pycache__/config.cpython-38.pyc and /dev/null differ diff --git a/hue_remote/__pycache__/hue_controller.cpython-38.pyc b/hue_remote/__pycache__/hue_controller.cpython-38.pyc deleted file mode 100644 index c378753..0000000 Binary files a/hue_remote/__pycache__/hue_controller.cpython-38.pyc and /dev/null differ diff --git a/hue_remote/__pycache__/presets.cpython-38.pyc b/hue_remote/__pycache__/presets.cpython-38.pyc deleted file mode 100644 index bba3543..0000000 Binary files a/hue_remote/__pycache__/presets.cpython-38.pyc and /dev/null differ diff --git a/hue_remote/lib/__pycache__/func.cpython-38.pyc b/hue_remote/lib/__pycache__/func.cpython-38.pyc deleted file mode 100644 index a92cc29..0000000 Binary files a/hue_remote/lib/__pycache__/func.cpython-38.pyc and /dev/null differ diff --git a/hue_remote/lib/__pycache__/input.cpython-38.pyc b/hue_remote/lib/__pycache__/input.cpython-38.pyc deleted file mode 100644 index 9ff0e84..0000000 Binary files a/hue_remote/lib/__pycache__/input.cpython-38.pyc and /dev/null differ