# Binaries (in root only)
/gq
/gq.exe
/gopherqueue
/gopherqueue.exe

# Binary files
gq-*
*.dll
*.so
*.dylib

# Test binary
*.test

# Output of the go coverage tool
*.out
coverage.html

# Dependency directories
vendor/

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

# OS
.DS_Store
Thumbs.db

# Data directory (default)
data/
*.db
*.bolt

# Logs
*.log
logs/

# Build output
bin/
dist/

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

# Temporary files
tmp/
temp/

# Private deployment instructions
DEPLOY_INSTRUCTIONS.md
