#rust build artifacts
/target
/target/
#macOS system
DS_Store
#project specific environment variables
.env
.env.*
#project specific logs
*.log
*.log.*
#project specific json results file
result*.json
#local yvdb data (if present)
yvdb/
data/
*.sqlite