# Build artifacts of this standalone, workspace-excluded crate. It is built on
# its own manifest by maturin for the PyPI wheel, so it gets its own target/
# and lockfile rather than sharing the root workspace's. The lock is left
# untracked (regenerated by maturin at build time) so it can never go stale or
# carry an advisory that the root `cargo audit` no longer sees; the wheel's
# dependency pins live in Cargo.toml and are checked by
# scripts/validate_release_metadata.py.
/target/
/Cargo.lock
