.DS_Store
.direnv
.helix/
.pre-commit-config.yaml
.vscode/
.zed/
result

# Materialized helm subchart deps (regenerated by helm dependency update)
k8s/charts/*/charts/

# Bun deps for scripts/ (regenerated by `bun install`)
scripts/node_modules/

# Terraform state lives in B2 (aly-backups/cute.haus/terraform/), but the
# local cache + plan files can still appear in this directory.
terraform/.terraform/
terraform/.terraform.lock.hcl
terraform/*.tfstate
terraform/*.tfstate.*
terraform/*.tfplan
