From 68bc3b2c7d1b7c5f3ce94dbb8855fc2670bfcaf0 Mon Sep 17 00:00:00 2001 From: Spencer Grimes Date: Sat, 31 Jan 2026 16:53:38 -0600 Subject: [PATCH] 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. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 11263b6..3b67697 100644 --- a/.gitignore +++ b/.gitignore @@ -123,7 +123,9 @@ env.bak/ venv.bak/ /venv .numba_cache/ + # Gemini files GEMINI.md PROGRESS.md .vscode/launch.json +voices/preferences.json