From 82cd3980eca7cc896c4b276ed4d43520c6265239 Mon Sep 17 00:00:00 2001 From: Cw <cw@git.boborobots.com> Date: Mon, 13 Jul 2026 16:02:26 +0800 Subject: [PATCH] Fix Windows ASR model paths for non-ASCII users --- .gitignore | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 1b99ff6..0da0a00 100755 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # OS/editor noise .DS_Store +._* *.swp *.swo @@ -57,6 +58,10 @@ /.codex/ /.worktrees/ +# Recovery input snapshots are not active source roots. +/C1.source/privatevoice-2.2.1-recovered.src/ +/C1.source/privatevoice-2.2.1-recovered.src.RECOVERY.md + # Release packages, certificates, logs, and upload artifacts are local outputs. /Release/ -- Gitblit v1.9.3