youtube_tutorial / .gitignore
abdulshakur's picture
Upload folder using huggingface_hub
209156c verified
raw
history blame contribute delete
413 Bytes
# Environment variables
.env
.env.*
!.env.example
# 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/
# IDE files
.idea/
.vscode/
*.swp
*.swo
# OS specific
.DS_Store
Thumbs.db
# Logs
*.log
logs/
# Temporary files
*.tmp
*.bak
*.swp
*~
debug/