# Binaries for programs and plugins *.exe *.exe~ *.dll *.so *.dylib # Test binary, built with `go test -c` *.test # Output of the go coverage tool *.out *.html # Go workspace file go.work # Build output bin/ dist/ # Note: pkg/ is used for source code in bugulma/backend, so we only ignore build artifact pkg/ directories # Ignore pkg/ only at root level or in specific build contexts, not in source code directories /pkg/ *.a # Vendor directory vendor/ # IDE files .vscode/ .idea/ *.swp *.swo *~ # OS files .DS_Store Thumbs.db # Logs *.log # Environment files .env .env.local .env.*.local # Coverage reports coverage*.html coverage*.out # Temporary files *.tmp *.bak *.cache