node_modules/
.pnpm-store/
.turbo/
.next/
dist/
coverage/
artifacts/
*.tsbuildinfo
__pycache__/
*.py[cod]
.pytest_cache/
*.egg-info/
target/

# macOS Finder files
.DS_Store
**/.DS_Store

# Terraform local backend config (non-secret but environment-specific)
infra/terraform/backend.hcl

# Terraform generated artifacts / local state
infra/terraform/.terraform/
infra/terraform/.terraform.lock.hcl
infra/terraform/tfplan
infra/terraform/terraform.tfvars
infra/terraform/bootstrap/.terraform/
infra/terraform/bootstrap/.terraform.lock.hcl
infra/terraform/bootstrap/terraform.tfstate
infra/terraform/bootstrap/terraform.tfstate.backup

# General Terraform state
*.tfstate
*.tfstate.*
.env
.env.*
!.env.example
secret.*.env
secrets.*.env
*.secrets.env
sap.secrets.env
sap.submission.env

# GCP Terraform
infra/gcp/terraform/.terraform/
infra/gcp/terraform/tfplan
infra/gcp/terraform/terraform.tfvars
infra/gcp/terraform/bootstrap/.terraform/
infra/gcp/terraform/bootstrap/terraform.tfstate
infra/gcp/terraform/bootstrap/terraform.tfstate.backup
build/
.pnpm-*
codex-*/
.dotnet10/
.nuget-local/
.tools/

# Shopify local dev state
apps/shopify/.shopify/
apps/shopify/.env*
apps/shopify/extensions/**/dist/

# SAP CAP generated build output
apps/sap-btp/gen/
apps/sap-btp/db.sqlite
apps/sap-btp/db.sqlite-*
