# Local .terraform directories
**/.terraform/*

# .tfstate files
*.tfstate
*.tfstate.*

# Crash log files
crash.log
crash.*.log

# Exclude all .tfvars files, which are likely to contain sensitive data, such as
# password, private keys, and other secrets. These should not be part of version
# control as they are data points which are potentially sensitive and subject
# to change depending on the environment.
*.tfvars
*.tfvars.json

# Ignore org files that I use to generate .md files.
**/*.org

# key data
*.pem
*.key
*.p12

# virtual environments
venv/
.venv/
.infra/

# any mount data
testing/mnt/*/**

# minio system files
.minio.sys/

# jetbrains config
.idea

.vscode/*

# site pointers
sites/*.txt

__pycache__

# p/npm artifacts
**/node_modules
**/build/
**/build-*

#VStudio Code
.vscode

#VStudio
.vs

#App specific
**/output

*.local

testing/mnt/*.env
testing/mnt/.env
testing/.env
api/helm/aws/registry-access-key.json
automation/helm/values-images.yaml
api/app/sql-reports/*
dist/
