# terraform
*.tfstate*
.terraform

# node
node_modules

# go build artifacts — ignore compiled binaries (files named main, no extension)
**/main
!**/main/
*.test
