# Rust compiled files and executables
**/debug/
**/target/
**/Cargo.lock
# System Files
.DS_Store
*.local
# Backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# Database related files
**/*.db
**/*.db-shm
**/*.db-wal
# Ignore certain editor related files
.idea/
# Coverage
**/coverage/
node_modules/
*.log
# WASM build artifacts
/pkg/
/demo/pkg/