Add uploads/ and processed/ to .gitignore

This commit is contained in:
Кирилл Блинов 2026-05-29 18:58:19 +03:00
parent ef8c86d3e7
commit a19cb15816
2 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -34,6 +34,8 @@ checkpoints/
tmp/ tmp/
temp/ temp/
output/ output/
uploads/
processed/
*.wav *.wav
*.mp3 *.mp3
*.m4a *.m4a