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