# Built artifacts
bin/
dashboard/out/
dashboard/.next/

# Node
dashboard/node_modules/
dashboard/npm-debug.log*
dashboard/yarn-error.log*
dashboard/.pnpm-debug.log*

# Go
**/*.test
**/*.out
**/coverage.txt
gocache/
*.prof

# Local data
data/
*.db
*.db-journal
*.db-wal
*.db-shm
logs/

# Editor / OS
.DS_Store
.idea/
.vscode/
*.swp
*.swo
*~

# Env
.env
.env.local
.env.*.local
