# Rust
target/
**/*.rs.bk
Cargo.lock.bak

# macOS
.DS_Store

# Editor
.vscode/
.idea/
*.swp

# Test artifacts
test-disks/*.img
test-disks/[0-9]*/
test-disks/test-run/
!test-disks/.gitkeep

# Cross-validator scratch areas (lwext4 source tree, Vagrant per-VM state).
# Both are produced by scripts/cross-validate-lwext4.sh and `vagrant up`
# inside tests/vagrant/freebsd/. Re-runnable, never in source control.
.lwext4/
.qemu/
**/.vagrant/
.claude/
