Files
patchy631--ai-engineering-hub/ai-podcast-generation/.gitignore
T
2026-07-13 12:37:47 +08:00

60 lines
448 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
env/
ENV/
.venv
# UV
uv.lock
# Environment Variables
.env
# Streamlit
.streamlit/
# Output Files
outputs/
*.wav
*.mp3
.podsite_cache/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Temp files
*.tmp
temp_*