-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
69 changed files
with
12,632 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,29 @@ | ||
# Ignore compiled executables | ||
*.exe | ||
|
||
# Ignore model files | ||
*.pt | ||
*.onnx | ||
*pth | ||
*.pth | ||
|
||
# Ignore Python bytecode files | ||
*.pyc | ||
|
||
logs | ||
env | ||
venv | ||
# Ignore audio files | ||
*.wav | ||
*.flac | ||
*.mp3 | ||
|
||
# Ignore generated logs | ||
logs/ | ||
|
||
# Ignore environment and virtual environment directories | ||
env/ | ||
venv/ | ||
|
||
# Ignore cached files | ||
.cache/ | ||
|
||
# Ignore specific project directories | ||
/tracks/ | ||
/lyrics/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.