./gke-cluster-structure.md
./health.txt

health.txt
gke-cluster-structure.md

.ruff_cache

secrets/prod.yaml
.DS_Store

node_modules/
.env
# all .venv and venv and .env
.venv/
venv/
.env

__pycache__/
target/
*.egg-info/
dist/
apps/v2/browser-agent/src/safer_test.py.terraform/
*.tfstate
*.tfstate.backup
*.tfplan

# 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
!terraform/environments/prod/terraform.tfvars
!terraform/environments/staging/terraform.tfvars

# Ignore override files
override.tf
override.tf.json
*_override.tf
*_override.tf.json

# Ignore CLI configuration files
.terraformrc
terraform.rc

# Ignore plan output files
*tfplan*