# Binaries
*.exe
*.exe~
*.dll
*.so
*.dylib
server

# Test binary
*.test

# Output of go coverage tool
*.out

# Go workspace file
go.work

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

# Local config
.env
.env.local
*.local

# Logs
*.log
logs/

# Temp files
*.tmp
*.temp
.DS_Store

# Git
.git/
.gitignore

# Docker
Dockerfile
docker-compose*.yml

# Vendor (if using)
vendor/
