| # --- OS Junk --- | |
| .DS_Store | |
| .DS_Store? | |
| ._* | |
| .Trashes | |
| Thumbs.db | |
| # --- Python --- | |
| __pycache__/ | |
| *.py[cod] | |
| *.so | |
| .venv | |
| venv/ | |
| env/ | |
| .env | |
| # --- Jupyter Notebooks --- | |
| .ipynb_checkpoints | |
| */.ipynb_checkpoints/* | |
| # --- IDEs (PyCharm / VS Code) --- | |
| .idea/ | |
| .vscode/ | |
| *.swp | |
| # --- Large Data & Models --- | |
| # Prevent uploading the massive dataset folder | |
| rvl_cdip_data/ | |
| data/ | |
| # Ignore local heavy model weights (unless tracked by LFS) | |
| *.pth | |
| *.pt | |
| *.ckpt | |
| *.h5 | |
| # --- Exception: Keep specific small files if needed --- | |
| # !training_history.pthres.ipynb | |
| test.ipynb | |
| results.ipynb | |