# Secrets and credentials. Nothing here ever reaches the repo.
.env
.env.*
!.env.example
*.kubeconfig
kubeconfig
*sealed-secrets-key*.yaml

# Terraform. Lock file is committed on purpose, state never is.
.terraform/
*.tfstate
*.tfstate.*
*.tfvars
!*.tfvars.example
crash.log

# Build output
bin/
dist/
node_modules/

.DS_Store
