# Generated by Cargo
/target/
Cargo.lock

# Remove Cargo.lock for libraries
# See https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html

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

# IDE specific files
.idea/
.vscode/
*.iml
.DS_Store

# Debug and profile files
*.profraw
flamegraph.svg
perf.data
perf.data.old

# Generated by Rust debugger
.gdb_history

# Generated by editors
*.swp
*~

# Generated documentation
/doc/

# Build artifacts
*.so
*.dylib
*.dll
*.o
*.a
*.rlib
*.rmeta

# Environment variables
.env
.envrc
