diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d15b567 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# Terraform +.terraform/ +.terraform.lock.hcl +*.tfstate +*.tfstate.backup +*.tfstate.lock.info +terraform.tfvars +terraform.tfvars.example + +# Terraform plan and output files +*.tfplan +*.tfout + + +# Aider files +*.aider*