Robust-R1 / .gitignore
Jiaqi-hkust's picture
Upload folder using huggingface_hub
6f55415 verified
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
.venv
# Gradio
.gradio_temp/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Model files (if storing locally)
*.bin
*.safetensors
*.pt
*.pth