.DS_Store
*.local
.env
.env.head
.venv
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.terraform
*.tfstate
*.tfstate.backup
.terraform.lock.hcl
terraform/website/terraform.tfvars

# Lambda build artifacts
lambda/*/node_modules
lambda/*.zip

# claude stuff
.claude/

# local infra config
infra-config.yaml

# kustomize helmCharts pull cache (created by local `kustomize build --enable-helm`)
k8s/argo_deployments/*/arc_runner_set/charts/