# Go
*.exe
*.dll
*.so
*.dylib
*.test
*.out
vendor/

# IDE
.idea/
.vscode/

# 构建产物
bin/
dist/

# 部署脚本无执行权限提醒
*.sh.bak
