initial
This commit is contained in:
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user