Petite-LLM-3 / .gitignore
Tonic's picture
tries to download the model at build time
19b19f0
raw
history blame contribute delete
712 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
# PyTorch
*.pth
*.pt
# Model files (if downloaded locally)
models/
checkpoints/
int4/
*.safetensors
*.bin
*.json
!requirements.txt
!config.yaml
!app.py
!README.md
!test_app.py
!deploy.py
# Hugging Face cache
.cache/
.huggingface/
transformers_cache/
# Logs
*.log
logs/
# Environment
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Gradio
gradio_cached_examples/
flagged/
# Temporary files
*.tmp
*.temp