Podcast_TTS_Generator/.gitignore
2025-08-17 08:51:53 -04:00

50 lines
501 B
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
.venv/
venv/
ENV/
env.bak/
venv.bak/
# Jupyter Notebook checkpoints
.ipynb_checkpoints
# VS Code settings
.vscode/
# Output folders
outputs/
# OS files
.DS_Store
Thumbs.db
# API keys and environment variables
.env
.env.*