From 5e01e79f77f38999799b6daed5398054b31de434 Mon Sep 17 00:00:00 2001 From: Jupp Kerschbaum Date: Sun, 19 Oct 2025 16:22:48 +0200 Subject: [PATCH] cleanup: ignore text-clustering & whisper.cpp --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 8b0731e..151e7c0 100644 --- a/.gitignore +++ b/.gitignore @@ -106,3 +106,7 @@ logs/ tmp/ temp/ # embedded / external text-clustering/ whisper.cpp/ + +# embedded / external +text-clustering/ +whisper.cpp/ \ No newline at end of file