| # 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__/ | |