history/
/target
.env 
.DS_Store
.vscode/

# ---- ignr (detected: macos,rust) @ 2025-12-18 ----

# === macos ===
# macOS
# General
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# === rust ===
# Rust
# Generated files
/target/
**/*.rs.bk
# Cargo.lock for libraries (uncomment if this is a library)
# Cargo.lock
# Debug files
*.pdb
# Profiling
perf.data
perf.data.old
flamegraph.svg
# Coverage
*.profraw
*.profdata
lcov.info
coverage/
tarpaulin-report.html
# Benchmarks
criterion/
# IDE/Editor specific (Rust)
.cargo/
!.cargo/config.toml
