# Node dependencies
node_modules/
pnpm-lock.yaml
yarn.lock

# Environment variables
.env.local
.env.*.local

# Build output
dist/
public/build/

# Editor settings
.vscode/
.idea/
*.swp
*.swo

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

#postgres
postgres/data