Initialize speech-to-text GTK application with Whisper model integration and add .gitignore configuration

This commit is contained in:
2025-06-08 14:26:35 +02:00
commit f847c30b68
3 changed files with 183 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
# Created by venv; see https://docs.python.org/3/library/venv.html
*
.venv
.idea