# Go
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
go.work

# Build
/bin
/dist
/data

# Runtime data
data/
*.db
coverage.out

# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
/hatch
hatch.exe
site/*.bak

# Node
node_modules/
.next/
out/
