# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
*.d
*.o

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

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

# Log files
*.log

# Dependency directories (remove the comment below to include it)
# vendor/
/assets/ebpf_probe.go
/assets/ebpf_probe_core.go
/assets/ebpf_probe_noncore.go

# VSCode
.vscode/settings.json

#idea
.idea/*

bin/*
/.check*
/deps/*
/assets/probe.go

# Example binaries
/examples/ecaptureq_client/ecaptureq_client
