| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.egg-info/ | |
| .eggs/ | |
| dist/ | |
| build/ | |
| *.so | |
| .Python | |
| .venv/ | |
| venv/ | |
| env/ | |
| .env | |
| .env.* | |
| # IDE / OS | |
| .idea/ | |
| .vscode/ | |
| *.swp | |
| *.swo | |
| .DS_Store | |
| Thumbs.db | |
| # --------------------------------------------------------------------------- | |
| # Upstream change-detection model repositories (clone separately) | |
| # --------------------------------------------------------------------------- | |
| BiFA/ | |
| BIT_CD/ | |
| CDMamba/ | |
| Change3D/ | |
| ChangeFormer/ | |
| IFNet/ | |
| RSM-CD/ | |
| SChanger/ | |
| Siam-NestedUNet/ | |
| STANet/ | |
| model_repos/ | |
| # Generated dataset layout copies (symlinks/copies of external DATA_ROOT) | |
| generated_dataset_views/ | |
| # --------------------------------------------------------------------------- | |
| # Model weights, checkpoints, and training artifacts | |
| # --------------------------------------------------------------------------- | |
| *.pth | |
| *.pt | |
| *.ckpt | |
| *.safetensors | |
| *.onnx | |
| *.pb | |
| *.h5 | |
| *.pkl | |
| *.pickle | |
| *.bin | |
| *.tar | |
| *.tar.gz | |
| *.zip | |
| checkpoints/ | |
| checkpoint/ | |
| experiments/ | |
| exp/ | |
| pretrain/ | |
| pretrained/ | |
| pretrained_weight/ | |
| pretrained_weights/ | |
| weights/ | |
| saved_models/ | |
| saved_model/ | |
| models/*.pth | |
| models/*.pt | |
| runs/ | |
| wandb/ | |
| logs/ | |
| vis/ | |
| tmp/ | |
| output/ | |
| outputs/ | |
| samples/ | |
| flagged/ | |
| gradio_cached_examples/ | |
| # Large local datasets (point DATA_ROOT outside this repo) | |
| data/ | |
| datasets/raw/ | |