# Generated by Cargo
# will have compiled files and executables
debug/
target/
# Remove cargo.lock for libraries
Cargo.lock

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

# Ignore files without extensions in the tests/ directory and its subdirectories
tests/**/*
tests/**/!/**/
tests/**/!*.*

# Remove RustRover files
.idea/