pyclipper/.gitignore
Cosimo Lupo 8aefba84b5 turn pyclipper into a package, export dynamic '__version__'
the _version.py file is autogenerated at build time from git tag using setuptools_scm; the pyclipper.__version__ variable exports that, as it's common in python packaging. This allows clients to import pyclipper and check its __version__ without needing to query the package metadata (which may be missing when pyclipper is embedded in native applications).
2021-06-25 17:08:44 +01:00

10 lines
118 B
Text

.idea
build
dist
pyclipper.egg-info
*.so
src/pyclipper/_pyclipper.cpp
src/pyclipper/_version.py
*.pyc
MANIFEST
.eggs/