# Build artifacts
/dist/
/build/
*.egg-info/
__pycache__/
*.so
*.pyd
docs/_build/
docs/generated/

# Keep the vendored C++ sources (src/geokmeans/_cpp) committed — they are
# regenerated by sync_sources.py but checked in so `pip install ./geokmeans-py`
# works directly from a clone.
