# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Virtual Environment
.venv/
venv/
ENV/
env/

# Cache directories
.cache/
*.cache

# IDE
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Donghua CLI specific
.donghua/
stream_cache.json
episode_cache.json

# Logs
*.log
debug_log.txt

# Debug / dev scripts
debug.py
logs.py

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# Misc
embed_images.py
create_screenshots.sh
