# Binaries
terraform-provider-souschef
*.exe

# Test binary
*.test

# Output of go coverage tool
*.out
coverage.html
coverage_*.html

# Terraform files
*.tfstate
*.tfstate.*
*.tfvars
.terraform/
.terraform.lock.hcl

# Test output files
test-*.txt
test-results*.txt

# Local test environment configuration
.env.test

# Crash log files
crash.log

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