# IDE
.vscode/
.idea/

# 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

# Test artifacts
.test_cache

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

# Generated docs
docs/generated/
