simonlesaumon's picture
Upload .gitignore with huggingface_hub
826eda7 verified
Raw
History Blame Contribute Delete
373 Bytes
# Python
__pycache__/
*.py[cod]
*.pyo
*.egg-info/
dist/
build/
.eggs/
*.egg
# Virtual environments
venv/
.env/
.venv/
# IDE
.vscode/
.idea/
*.swp
*.swo
# Modal
.molten/
modal.toml
# Output files (everything on Modal/HF, nothing local)
output/
checkpoints/
results/
*.bin
*.safetensors
*.gguf
# OS
.DS_Store
Thumbs.db
# Env files (never commit tokens)
.env
.env.local