Closed jameshalgren closed 7 months ago
The notebook checkpoint folder as well as some of the pycache files have been committed to the repository. These should be ephemeral artifacts.
These:
├── .ipynb_checkpoints │ ├── README-checkpoint.md │ └── setup-checkpoint.py
and these (except for the nwmurl folder)
├── nwmurl │ ├── .ipynb_checkpoints │ │ └── urlgennwm-checkpoint.py │ ├── __pycache__ │ │ └── urlgennwm.cpython-310.pyc
...should all be removed from versioning.
The notebook checkpoint folder as well as some of the pycache files have been committed to the repository. These should be ephemeral artifacts.
These:
and these (except for the nwmurl folder)
...should all be removed from versioning.