# Rust
debug
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

.env.production

# JavaScript
**/node_modules
node_modules/
dist
/build
package-lock.json
.cache
.coverage
# sensitive stuff
configs/local.toml
target/
.build/
.envrc.local.sh
tmp/
**/*.Identifier
/migrations/
