Files
BasharBotV2/.gitignore
2025-11-12 23:11:11 -05:00

26 lines
198 B
Plaintext

# 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/