# 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

# Node/React rewrite outputs
**/node_modules
**/dist
