SHAP_DEMO / .gitignore
xxnithicxx's picture
Add HuggingFace Space files: app.py, README.md with metadata, requirements.txt, and .gitignore
89a46dd
raw
history blame contribute delete
485 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/
.venv
# Jupyter Notebook
.ipynb_checkpoints
*.ipynb
# Data directories
data/
*.pth
*.pt
*.h5
*.pkl
*.pickle
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Temporary files
*.tmp
*.bak
*.cache
# HuggingFace Space specific
flagged/