From fecea2c7a4ecc48b2354868894e78be361a2ccf1 Mon Sep 17 00:00:00 2001 From: Cw <cw@git.boborobots.com> Date: Sat, 04 Jul 2026 16:53:53 +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