sad / gitignore.bak
haochengsama's picture
neutralize .gitignore so all files can be stored
00d8d61 verified
Raw
History Blame Contribute Delete
275 Bytes
# Large directories not for git
outputs/
/data/
/models/
wandb/
.cache/
# Python
__pycache__/
**/__pycache__/
*.pyc
*.pyo
*.log
nohup.out
.ipynb_checkpoints/
.DS_Store
# pytest
.pytest_cache/
# Eval results
eval/block_ar_gen_ppl*/
eval/top2_latest_test/
eval/__pycache__/