# Ignore build artifacts from the local tests sub-crate.
/target/
/**/target/
/design/
.idea/
.vite/
node_modules/
/**/dist/

vite.config.ts.timestamp*

# Ignore backup files creates by cargo fmt.
**/*.rs.bk

# Remove Cargo.lock when creating an executable, leave it for libraries
# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
Cargo.lock

# Ignore history files.
**/.history/**
