# === Rust / Cargo ===
/target/
Cargo.lock

# === Compiled artifacts ===
*.rlib
*.rmeta
*.d
*.o

# === IDEs / Editors ===
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# === Debug / profiling output ===
perf.data
perf.data.old
*.profraw
*.profdata

# === Bench / dev output ===
bench.txt
bench.log

# === Environment files ===
.env
.env.*

# === OS-specific ===
Thumbs.db

