# IDE
.vscode/
.idea/
*.suo
*.wsuo
VSWorkspaceState.json

# OS
**/.DS_Store

# Build artifacts
/build

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

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

# Local
.env.local
vendor/

# Terraform artifacts
.terraform.lock.hcl
**/.terraform/**
**/.terragrunt-cache/**
examples/*/plan.save
examples/*/tfplan.binary
examples/*/plan.json
examples/*/example.json
examples/*/example.save

# Infracost artifacts
**/.infracost

# Test artifacts
.test_cache

#script generated files
scripts/price_explorer/tmp-*
scripts/price_explorer/index.json

# Generated docs
docs/generated/

# Infracost generated files
infracost-debug-report.json

cmd/infracost/__debug_*