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

# Cargo
# Cargo.lock is committed for binary projects (applications)
# Uncomment the line below if this becomes a library crate
# Cargo.lock

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Linux
*~

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini

# IDE / Editor
.vscode/
.idea/
*.swp
*.swo
*.swn
*.bak
.project
.settings/
.classpath

# Log files
*.log

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

# Temporary files
tmp/
temp/
*.tmp

# Personal configuration files
# Uncomment if you want to ignore personal config files
# a.json

# Generated documentation
/doc/

# Test coverage
tarpaulin-report.html
cobertura.xml
