Recap-Human-Test / .gitignore
Ligeng-Zhu's picture
Ignore flagged directory in .gitignore
1c8e856
raw
history blame
323 Bytes
*.whl
*_dev
dev/
hostfile
core.*
*.out
captioner_bk/
slurm-logs/
captioner/
tmp/
flagged/
# Python
__pycache__
*.pyc
*.egg-info
dist
# Log
*.log
*.log.*
# Data
!**/alpaca-data-conversation.json
# Editor
.idea
*.swp
# Other
.DS_Store
wandb
output
checkpoints
checkpoints_bak
ckpts*
*.pt
playground
*/visualization/*