# Rust build artifacts
/target/
**/*.rs.bk
# Library crates conventionally do not commit Cargo.lock
Cargo.lock
# proptest failure seed files (generated on property-test failure)
proptest-regressions/
# dynamically-loaded plugin artifacts produced by examples/tests
*.so
*.dylib
*.dll
# editor/OS
*.swp
*~
.DS_Store