# Git .git .gitignore # Docker Dockerfile docker-compose.yaml .dockerignore # 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 # Dependency directories (remove the comment below if you want to include vendored dependencies) # vendor/ # Environment variables .env # IDE specific files .idea .vscode