
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Dependency directory
node_modules/
jspm_packages/

# Build output
dist/**
out/
build/

# IDEs and editors
.idea
.vscode/
*.iml
*~

# Misc
.DS_Store
*.env.local
.env.development.local
.env.test.local
.env.production.local

# Vite
.vite/

# SpacetimeDB build output
spacetimedb/dist/

# SpacetimeDB generated module bindings
src/module_bindings/**

# Ignore this file
.gitignore

