From 88e5246c8f5b98de99d4c2ae13309ec17baeef71 Mon Sep 17 00:00:00 2001 From: Jupp Kerschbaum Date: Mon, 16 Jun 2025 12:55:48 +0200 Subject: [PATCH] =?UTF-8?q?Gro=C3=9Fe=20.mov-Dateien=20entfernt=20und=20in?= =?UTF-8?q?=20.gitignore=20eingetragen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..382d186 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +# IDE & Cache +.idea/ +__pycache__/ +*.pyc +.DS_Store + +# Whisper Modelle & Cache +whisper-cache/ +models/ +*.pt + +# Output/Temp Files +*.mp4 +*.mov +*.db +*.wav +*.json +temp.* +logs/ + +# Eingebettete Repos +text-clustering/ +whisper.cpp/ + +# Video-Rohmaterial +*.mov +