The original intention for revealing the _dist directory to git again was to make the "importable package" version of URSYS. However, this is a pain during development because these files are repeatedly regenerated.
For now, I've disabled it, but in the future I'll make a separate library directory that selectively copies the built library files when I'm ready to commit a new version. In practice, though, the way to do this moving forward isn't entirely clear because I do need to also test new features. I may need to create another package that imports everything for just library packaging.
The original intention for revealing the
_dist
directory to git again was to make the "importable package" version of URSYS. However, this is a pain during development because these files are repeatedly regenerated.For now, I've disabled it, but in the future I'll make a separate
library
directory that selectively copies the built library files when I'm ready to commit a new version. In practice, though, the way to do this moving forward isn't entirely clear because I do need to also test new features. I may need to create another package that imports everything for just library packaging.