# Compiled provider
terraform-provider-dokploy
dist/

# Terraform / OpenTofu working files
**/.terraform/*
*.tfstate
*.tfstate.*
*.tfplan
crash.log
crash.*.log
.terraformrc
terraform.rc

# Never commit these: they hold credentials
*.tfvars
*.tfvars.json
!example.tfvars

# Go
vendor/
*.test
coverage.out
