CIROH-UA / nwmurl

This library contains utility functions to generate National Water Model data URLs
MIT License
2 stars 4 forks source link

Remove hidden files and folders #50

Closed jameshalgren closed 7 months ago

jameshalgren commented 9 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.