__pycache__/
*.pyc
*.pyo
.env
*.egg-info/
dist/
build/
.venv/
venv/

# Terraform
.terraform/
*.tfstate
*.tfstate.*
*.tfplan
# CI writes this at deploy time to drop the baked profile for OIDC (deploy-test.yml).
provider_override.tf
# .terraform.lock.hcl is committed (provider-version pinning) per the org terraform
# conventions; do not ignore it.
