PICS / .gitignore
Hang Zhou
Upload .gitignore with huggingface_hub
38a846e verified
# data, checkpoints and logs
data/
checkpoints/
LOGS/
results/
data.zip
# others
examples/
rebuttal/
scripts_comp/
visualize/
huggingface/
# --- Python env ---
__pycache__/
*.pyc
.ipynb_checkpoints/
venv/
.venv/
env/
# --- system ---
.DS_Store
Thumbs.db