File size: 374 Bytes
c6919c4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
__pycache__/
# Ignore all directories
*/
*.json
*.mp4
*.wav
# But don't ignore these specific directories
!/bark/
!/bark_infinity/
!/notebooks/
!/webui/
!/old_setup_files/
!/bark_infinity/hubert/
!/one-click-bark-installer/
bark_samples/
bark/assets/prompts/*.wav
bark_infinity/assets/prompts/*.wav
*.wav
custom_speakers/
.vscode
bark_infinity.egg-info/
.history/
*.log
|