# 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 coverage.html coverage.out # Dependency directories (vendor) vendor/ # Go workspace file go.work go.work.sum # Build output (following gostations convention) build/ # The compiled binary for this project gralculator gralculator.exe # IDE and editor .idea/ .vscode/ *.swp *~ *.sublime-project *.sublime-workspace # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Logs and local env *.log .env .env.local