Intial Commit
This commit is contained in:
25
.gitignore
vendored
Normal file
25
.gitignore
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
# Env and local config
|
||||
.env
|
||||
|
||||
# Audio artifacts
|
||||
audio/
|
||||
tts_output.wav
|
||||
|
||||
# OS / IDE
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# yt-dlp cache
|
||||
yt-dlp.conf
|
||||
.cache/
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user