/target
.DS_Store
# hegeltest working state; never commit it
.hegel/

# Python / maturin
.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
/python/dist/
# The maturin-built extension module, dropped into the package by `maturin develop`.
/python/python/rstar_geodetic/*.so
/python/python/rstar_geodetic/*.pyd
/python/python/rstar_geodetic/*.dylib

# JavaScript / wasm-pack
/js/node_modules/
# The wasm-pack output and the compiled package.
/js/ts/wasm/
/js/dist/
# Copied in by `npm pack` (see the `prepack` script).
/js/LICENSE-MIT
/js/LICENSE-APACHE
