# Go binaries
hub/hub
hub/hub.exe
hub/bin/

# Build artifacts
*.exe
*.dll
*.so
*.dylib

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

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

# OS
.DS_Store
Thumbs.db

# Temporary files
*.tmp
*.bak
