| env | |
| *.pyc | |
| output/ | |
| data/ | |
| lm_cache | |
| .idea | |
| build | |
| dist | |
| *.egg-info | |
| venv | |
| .venv/ | |
| .vscode/ | |
| temp | |
| __pycache__ | |
| .ipynb_checkpoints | |
| temp | |
| test_logs/ | |
| # IPython | |
| profile_default/ | |
| ipython_config.py | |
| # don't track (the default location of) the cached requests | |
| lm_eval/caching/.cache | |
| # don't track files created by wandb | |
| wandb | |
| examples/wandb | |