arfc / phlox

Repository to hold microreactor designs and analysis, and biosphere modeling and simulation for reactor siting purposes.
BSD 3-Clause "New" or "Revised" License
1 stars 4 forks source link

Remove ipynb checkpoints from repo #1

Closed katyhuff closed 3 years ago

katyhuff commented 3 years ago

Files in the hidden .ipynb_checkpoints folders should not be kept in the repository. Instead, the actual corresponding .ipynb files should be stored in the repo. The checkpoints are duplicative backup copies, replicating the original notebooks. If the notebooks are stored in git already, it's best not to also commit the checkpoints, since git already provides the functionality to go back to an older version.

This issue can be closed when: