# Rust build artifacts
/target/
Cargo.lock

# IDE files
.vscode/
.idea/
*.code-workspace
*.swp
*.swo
*~

# OS-specific files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Temporary files
*.tmp
*.temp
*.bak

# Rust-specific
**/*.rs.bk
*.pdb

# Documentation build
/doc/

# Benchmarking
/benches/target/

# Coverage reports
/coverage/
*.profraw

# Environment files
.env
.env.local

# Log files
*.log

# Backup files
*.orig 