/target
**/*.rs.bk
.writetest

# Cargo.lock IS committed: it pins a reproducible MSRV floor, so the lockfile
# is tracked deliberately.

# rust-pois integration handoff (lives canonically in /opt/pois)
handoff-rust-sesame.md

# rust-pois integration report (correspondence; not shipped)
report-from-rust-pois.md

# C++ build output
cpp/build/

# Python venv + caches
python/.venv/
**/__pycache__/
**/*.egg-info/
.pytest_cache/
