jlov7's picture
feat: 100% success rate deployment ready - core files only for Spaces
57c0a52
raw
history blame contribute delete
856 Bytes
# Model files and checkpoints - COMPREHENSIVE
smollm*_adapter/
smollm3_robust/
smollm3_intensive/
checkpoint-*/
checkpoints/
runs/
outputs/
*.bin
*.safetensors
*.pt
*.pth
*.ckpt
*.h5
*.pkl
*.joblib
# TensorBoard and training logs
tensorboard/
tb_logs/
lightning_logs/
mlruns/
wandb/
logs/
*.log
# Large data files
*.jsonl
*.csv
*.tsv
*.parquet
*.arrow
*.feather
# Python cache
__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
# Jupyter
.ipynb_checkpoints/
# Environment
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Test results
test_results.json
# MacOS
.DS_Store
# Temporary files
tmp/
temp/
# Spec story and large documentation
.specstory/
# Backup files
*.backup
*.bak
hub_upload/