This commit is contained in:
matst80
2026-03-04 22:21:47 +01:00
commit a86357c190
6 changed files with 312 additions and 0 deletions

26
.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
# Python environment
__pycache__/
*.py[cod]
*$py.class
venv/
.venv/
env/
.env
# Data and artifacts
*.wav
*.mp3
*.log
/tmp/
# Model and other Large Files
*.bin
*.pt
*.pth
*.h5
*.onnx
# IDEs
.vscode/
.idea/
.DS_Store