| __pycache__/ | |
| *.pyc | |
| .pytest_cache/ | |
| .ipynb_checkpoints/ | |
| # experiment outputs | |
| experiments/ | |
| outputs/ | |
| # downloaded checkpoints (kept as symlinks) | |
| checkpoints/*.pth | |
| checkpoints/*.pt | |
| checkpoints/*.ckpt | |
| __pycache__/ | |
| *.pyc | |
| .pytest_cache/ | |
| .ipynb_checkpoints/ | |
| # experiment outputs | |
| experiments/ | |
| outputs/ | |
| # downloaded checkpoints (kept as symlinks) | |
| checkpoints/*.pth | |
| checkpoints/*.pt | |
| checkpoints/*.ckpt | |