Intial Commit

This commit is contained in:
2025-11-12 23:11:11 -05:00
parent 002600c19b
commit 2c9fa9a14c
8 changed files with 2291 additions and 1 deletions

25
.gitignore vendored Normal file
View 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/