# === Rust build artifacts ===
/target/
**/*.rs.bk
Cargo.lock

# === IDE/editor files ===
.vscode/
.idea/
*.swp
*.swo

# === OS-generated files ===
.DS_Store
Thumbs.db

# === Documentation ===
docs/

# === Output and data ===
output/
data/

# === Benchmarks and test outputs ===
/benches/target/
/test_data/
*.bench

# === Dev files===
.dev/

# === Misc ===
*.log
*.bak
*.old
