# General
.DS_Store
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
/cmd/dagger/dagger
/cmd/dagger/dagger-debug
**/obj/*
# Test binary, build with `go test -c`
*.test
**/*/report.xml
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# vscode
.vscode
# intellij
.idea
# node_modules
tests/node_modules
dist/
docs/learn/tests/node_modules
# Integration CI dagger.mod, dagger.sum
dagger.mod
dagger.sum
# Local binaries
bin/
# Local environment variables
.env
# Local configuration
.config
.envrc