From 7b233734a60eefac8c10d23708acdc346caf94e6 Mon Sep 17 00:00:00 2001 From: Apher Date: Mon, 6 Jul 2026 23:00:58 +0000 Subject: [PATCH] Move vosk model directory --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2a5b053..4f02d84 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ .env node_modules/ .venv/ -src/scripts/py/vosk-model*/ \ No newline at end of file +src/models/vosk* \ No newline at end of file