# Binaries
bin/
*.exe
*.exe~
*.dll
*.so
*.dylib

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

# Output of the go coverage tool
*.out

# Go workspace file
go.work

# IDE
.idea/
.vscode/
*.swp
*.swo

# Environment files
.env
.env.local
!.env.example

# Build artifacts
dist/

# Terraform
.terraform/
*.tfstate
*.tfstate.*
*.tfplan

# OS files
.DS_Store
Thumbs.db

# Test results
e2e/load_test/.results/*.json
