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

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

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

# Testing
coverage/
*.profraw
*.profdata

# Documentation
/doc/

# Docker volumes and data
grafana/dashboards/*.db

