# Rust build artifacts
/target/
Cargo.lock

# Coverage files
*.profraw
*.profdata
*-profraw-list

# Documentation files (exclude all-caps .md files except CHANGELOG, README, CONTRIBUTING, CODE_OF_CONDUCT, and SECURITY)
[A-Z_]*.md
![C]HANGELOG.md
![R]EADME.md
![C]ONTRIBUTING.md
![C]ODE_OF_CONDUCT.md
![S]ECURITY.md

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

# OS files
Thumbs.db

# Backup files
*.bak
*.tmp

