diff --git a/.gitignore b/.gitignore index 2c4c1ce..1770acc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,14 @@ -.terraform +# Terraform +**/.terraform **/*.tfplan **/*.tfstate* -.venv -.terraform.lock.hcl -.acr-pat -azure.env -*.tfvars -!*auto.tfvars +**/*.tfvars +**/!*auto.tfvars +**/.terraform.lock.hcl + +# Python +**/.venv + +# Azure Secrets and Configuration. +/.acr-pat +/azure.env