1# Binaries 2plcdns 3*.exe 4*.dll 5*.so 6*.dylib 7 8# Test binary 9*.test 10 11# Output of the go coverage tool 12*.out 13coverage.html 14 15# Dependency directories 16vendor/ 17 18# Go workspace file 19go.work 20 21# IDE 22.vscode/ 23.idea/ 24*.swp 25*.swo 26*~ 27 28# OS 29.DS_Store 30Thumbs.db