# Rust build artifacts
/target
debug/
target/

# Cargo lock file (uncomment if this is a library)
# Cargo.lock

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

# MSVC Windows builds of rustc generate these
*.pdb

# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# Environment variables
.env
.env.local

# Test coverage
*.profraw
*.profdata
coverage/
tarpaulin-report.html
data

# Flamegraph
flamegraph.svg
perf.data
perf.data.old

# Documentation build
/doc

# Package manager files
Cargo.lock

# OS-specific files
Thumbs.db
.Spotlight-V100
.Trashes

# Temporary files
*.tmp
*.temp
