Files
astronomy/source/python/.gitignore
Don Cross 8963fb7b69 Hide private symbols in Python package.
I realized that the way I structured the pip package
in version 2.0.15 made the private symbols (those whose
names begin with an underscore) to be visible by the importer.
I reworked the package structure so this no longer happens.

This is now fixed in:
https://pypi.org/project/astronomy-engine/2.0.16/
2022-03-20 14:24:00 -04:00

4 lines
39 B
Plaintext

*.pyc
astronomy_engine.egg-info/
dist/