# 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
