Files
azure-image-chooser/.gitignore
2025-08-18 23:08:49 +02:00

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