fix: replace emoji characters with ASCII-safe markers for Windows compatibility

- Replace Unicode emoji (✓, ⚠️) with [OK] and [WARN] in audio_preprocessor.py
  to prevent UnicodeEncodeError on Windows console (cp1252 codec)
- Add auto-update dependencies function to bot.py for easier maintenance
- Remove setup_linux.sh (no longer needed)
- Update .gitignore to exclude VS Code launch.json
This commit is contained in:
2026-01-31 13:54:27 -06:00
parent 9e537b7d20
commit d0de47bdd7
4 changed files with 30 additions and 220 deletions

3
.gitignore vendored
View File

@@ -124,4 +124,5 @@ venv.bak/
.numba_cache/
# Gemini files
GEMINI.md
PROGRESS.md
PROGRESS.md
.vscode/launch.json