| # macOS / filesystem sidecars | |
| ._* | |
| .DS_Store | |
| .AppleDouble | |
| .LSOverride | |
| Icon? | |
| __MACOSX/ | |
| # Python / notebook / IDE caches | |
| __pycache__/ | |
| *.py[cod] | |
| .pytest_cache/ | |
| .ipynb_checkpoints/ | |
| .cache/ | |
| .vscode/ | |
| .idea/ | |
| # Intermediate hourly HDF5 subsets are published separately as the mini package | |
| data/hdf5_hour_subsets/ | |
| # Large picker outputs and evaluation products are regenerated or uploaded separately | |
| data/picks/ | |
| eval_picks/ | |
| # Optional large local picker model | |
| # Generated figures and manuscript build/source bundle | |
| figures/ | |
| essd/ | |
| overleaf-*/ | |
| temp/ | |
| # Compact release package generated for Zenodo trials | |
| publish_mini/ | |
| SeismicX-Cont-mini.zip | |
| essd_scripts.zip | |
| # Generated ESSD audit outputs and local paired diagnostics | |
| essd_scripts/outputs/ | |
| paired_eval*/ | |
| # One-off local upload helper | |
| upload_4files_to_ms.py | |
| # Local manuscript drafts outside the data release | |
| *.docx | |