Deeptanshuu's picture
Upload folder using huggingface_hub
d187b57 verified
raw
history blame
359 Bytes
# Git
.git
.gitignore
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
ENV/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Project specific
dataset/
weights/
wandb/
*.pt
*.pth
*.ckpt
# Logs
*.log
logs/