# Generated by Cargo
# will have compiled files and executables
debug/
target/

# These are backup files generated by rustfmt
**/*.rs.bk

# The repo-root .gitignore ignores `package-lock.json` globally, but the JS
# snippet lockfiles must be tracked so CI (`npm ci`) installs a deterministic,
# known-good toolchain instead of resolving newer/stricter versions that break
# the build.
!2d/javascript/package-lock.json
!3d/javascript/package-lock.json