From 8518a63f55153e7f45fd49ad6caff5555f4e374f Mon Sep 17 00:00:00 2001 From: elvis Date: Sat, 26 Sep 2026 20:20:19 -0300 Subject: Translate code, comments, logs and terminal UI to English; add English README; rename scripts --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 23c627e..7e83e52 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,9 @@ /target/ /logs/ -# Enlaces a los pesos, que se recrean con scripts/bootstrap.sh +# Links to the weights, recreated by scripts/bootstrap.sh /models/* !/models/.gitkeep + +# Cloned voices: they are someone's voice, so they stay local. +# Create one with scripts/clone-voice.sh. +/assets/voices/ -- cgit v1.2.3