# Rust
target/
**/*.rs.bk
*.pdb

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

.DS_Store
Thumbs.db

# VCS
.git/

# Environment
.env
.env.local
.env.*.local

# Session data (local to each project)
.cruft/

# Test artifacts
test_generated.txt
temp/
tmp/

# Coverage
*.profraw
*.profdata
cobertura.xml
coverage/
tarpaulin-report.html

# Documentation
/target/doc/

# Backup files
*.bak
*.orig

# Log files
*.log
