new-dim / .gitignore
splendidcomputer's picture
Upload folder using huggingface_hub
db4f4fb verified
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyTorch
*.pth
*.pt
# Jupyter Notebook
.ipynb_checkpoints
# Environments
.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
# Model files (uncomment when not uploading)
# *.bin
# *.safetensors
# *.gguf
# pytorch_model*.bin
# model*.safetensors
# Temporary files
*.tmp
*.temp
*.log