# Binary
bin/
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test & coverage
*.test
coverage.out
coverage.html

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

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

# OS
.DS_Store
Thumbs.db

# Go workspace
go.work
go.work.sum

# Temp files
tmp/
*.tmp
