# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
**/*.o
**/*.go.d
.tools/
**/internal/test/e2e/*/main

# Python pip cache.
.cache/

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Dependency directories (remove the comment below to include it)
# vendor/

# GoLand IDEA
/.idea/
*.iml

# VSCode
.vscode/

# Installed by `make codespell`
venv/

# Compile commands contain local paths. Do not track these.
compile_commands.json

otel-go-instrumentation
launcher/

# don't track temp e2e trace json files
internal/test/**/traces-orig.json

# ignore db files created by the example or tests
*.db

cli/cli
examples/rolldice/rolldice
examples/httpPlusdb/httpPlusdb
examples/kafka-go/producer/producer
examples/kafka-go/consumer/consumer

go.work*
