vBot-2.1 / .gitignore
Ajit Panday
Add application files for Hugging Face Spaces
60ed731
raw
history blame contribute delete
434 Bytes
# 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/
.env
# IDE
.idea/
.vscode/
*.swp
*.swo
# Logs
*.log
logs/
# Database
*.db
*.sqlite3
# Temporary files
*.tmp
*.temp
.DS_Store
Thumbs.db
# Hugging Face specific
.huggingface/
.hf/
# Audio files
*.wav
*.mp3
*.ogg