# Binaries for programs and plugins *.exe *.exe~ *.dll *.so *.dylib # Test binary, built with `go test -c` *.test # Output of the go compiler *.out # Go workspace file go.work # Build artifacts bin/ build/ dist/ # Test coverage *.out coverage.html # Environment configuration files .env config.env # IDE and editor files .vscode/ .idea/ *.swp *.swo *~ # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Logs *.log # Docker .dockerignore # Node.js (if you have any frontend components) node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log*