one-pager-generator / .gitignore
phxdev's picture
Upload folder using huggingface_hub
51d8aa9 verified
raw
history blame contribute delete
411 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
MANIFEST
# Virtual environments
venv/
env/
ENV/
.venv
.ENV
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Gradio
gradio_cached_examples/
flagged/
# Hugging Face
.cache/
models/
*.bin
*.safetensors
# Logs
*.log