| **/__pycache__/ | |
| *.pyc | |
| .venv/ | |
| .env | |
| .vscode | |
| .codex | |
| .tmux.conf | |
| # Notebook/editor artifacts | |
| **/.ipynb_checkpoints/ | |
| *~ | |
| *.un~ | |
| :w | |
| ' | |
| checkpoints | |
| data | |
| results | |
| # Pytorch Lightning | |
| lightning_logs | |
| .lr_find_* | |
| .scale_batch_size_* | |
| bbtest_logs | |
| **/__pycache__/ | |
| *.pyc | |
| .venv/ | |
| .env | |
| .vscode | |
| .codex | |
| .tmux.conf | |
| # Notebook/editor artifacts | |
| **/.ipynb_checkpoints/ | |
| *~ | |
| *.un~ | |
| :w | |
| ' | |
| checkpoints | |
| data | |
| results | |
| # Pytorch Lightning | |
| lightning_logs | |
| .lr_find_* | |
| .scale_batch_size_* | |
| bbtest_logs | |