# Rust build artifacts
target/

# Backup files generated by rustfmt
**/*.rs.bk

# Test output directory
test/dest/

# IDE files
.idea/
