diff --git a/.gitignore b/.gitignore index 21858c7..1429af8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ env -/leld -/lelctl -*.log -*.tmp +__pycache__/ +*.pyc +outputs/ +models/ diff --git a/src/__pycache__/aiprocess.cpython-310.pyc b/src/__pycache__/aiprocess.cpython-310.pyc deleted file mode 100644 index b2dd98a..0000000 Binary files a/src/__pycache__/aiprocess.cpython-310.pyc and /dev/null differ diff --git a/src/__pycache__/config.cpython-310.pyc b/src/__pycache__/config.cpython-310.pyc deleted file mode 100644 index a46b1f9..0000000 Binary files a/src/__pycache__/config.cpython-310.pyc and /dev/null differ diff --git a/src/__pycache__/inject.cpython-310.pyc b/src/__pycache__/inject.cpython-310.pyc deleted file mode 100644 index 8ee9afd..0000000 Binary files a/src/__pycache__/inject.cpython-310.pyc and /dev/null differ diff --git a/src/__pycache__/leld.cpython-313.pyc b/src/__pycache__/leld.cpython-313.pyc deleted file mode 100644 index 3578335..0000000 Binary files a/src/__pycache__/leld.cpython-313.pyc and /dev/null differ diff --git a/src/__pycache__/recorder.cpython-310.pyc b/src/__pycache__/recorder.cpython-310.pyc deleted file mode 100644 index 594aef2..0000000 Binary files a/src/__pycache__/recorder.cpython-310.pyc and /dev/null differ diff --git a/src/__pycache__/stt.cpython-310.pyc b/src/__pycache__/stt.cpython-310.pyc deleted file mode 100644 index 15188a1..0000000 Binary files a/src/__pycache__/stt.cpython-310.pyc and /dev/null differ diff --git a/src/__pycache__/stt.cpython-313.pyc b/src/__pycache__/stt.cpython-313.pyc deleted file mode 100644 index 54f9d9d..0000000 Binary files a/src/__pycache__/stt.cpython-313.pyc and /dev/null differ diff --git a/src/__pycache__/tray.cpython-310.pyc b/src/__pycache__/tray.cpython-310.pyc deleted file mode 100644 index 8b1bd9e..0000000 Binary files a/src/__pycache__/tray.cpython-310.pyc and /dev/null differ diff --git a/src/__pycache__/x11_hotkey.cpython-310.pyc b/src/__pycache__/x11_hotkey.cpython-310.pyc deleted file mode 100644 index eff61d4..0000000 Binary files a/src/__pycache__/x11_hotkey.cpython-310.pyc and /dev/null differ