prjemian / punx

Python Utilities for NeXus HDF5 files
https://prjemian.github.io/punx
5 stars 7 forks source link

allow for local developer code #168

Closed prjemian closed 2 years ago

prjemian commented 2 years ago

Sometimes, it is useful for a developer to create a local python code that should not be added to version control. Reserve a dev_*.py name pattern for such files by adding it to .gitignore. The intent is to run such code in a local debugger. Often such codes become the basis for additional unit tests (in which case, they should be converted to such and installed in the appropriate tests subdirectory).