diff --git a/.gitignore b/.gitignore index 8d7204a..d677c4f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ node_modules dist .env .local-ai +__pycache__ +*.pyc diff --git a/python/__pycache__/local_stt_worker.cpython-314.pyc b/python/__pycache__/local_stt_worker.cpython-314.pyc deleted file mode 100644 index 4aeda52..0000000 Binary files a/python/__pycache__/local_stt_worker.cpython-314.pyc and /dev/null differ diff --git a/python/__pycache__/local_tts_worker.cpython-314.pyc b/python/__pycache__/local_tts_worker.cpython-314.pyc deleted file mode 100644 index e12fcdb..0000000 Binary files a/python/__pycache__/local_tts_worker.cpython-314.pyc and /dev/null differ