20 lines
239 B
Plaintext
20 lines
239 B
Plaintext
# Terraform
|
|
**/.terraform
|
|
**/*tfplan
|
|
**/*.tfstate*
|
|
**/*.tfvars
|
|
**/!*auto.tfvars
|
|
**/.terraform.lock.hcl
|
|
|
|
# Python
|
|
**/.venv
|
|
**/.env
|
|
**/playground.py
|
|
|
|
# Azure Secrets and Configuration.
|
|
/.acr-pat
|
|
/azure.env
|
|
|
|
# MacOS Finder files
|
|
**/.DS_Store
|