chore: add voices/preferences.json to .gitignore

User effect preferences should not be committed to git as they are
personal user data that varies per installation.
This commit is contained in:
2026-01-31 16:53:38 -06:00
parent 4cb0a78486
commit 68bc3b2c7d

2
.gitignore vendored
View File

@@ -123,7 +123,9 @@ env.bak/
venv.bak/ venv.bak/
/venv /venv
.numba_cache/ .numba_cache/
# Gemini files # Gemini files
GEMINI.md GEMINI.md
PROGRESS.md PROGRESS.md
.vscode/launch.json .vscode/launch.json
voices/preferences.json