# Devenv
.devenv*

# OpenTofu
infra/opentofu/.terraform/
infra/opentofu/.tofu/
infra/opentofu/*.tfstate
infra/opentofu/*.tfstate.backup
infra/opentofu/*.tfvars
infra/opentofu/*.auto.tfvars
!infra/opentofu/example.tfvars
infra/opentofu/aws/.terraform/
infra/opentofu/aws/.tofu/
infra/opentofu/aws/*.tfstate
infra/opentofu/aws/*.tfstate.backup
infra/opentofu/aws/*.tfvars
infra/opentofu/aws/*.auto.tfvars

# Secrets
*.env
nix/keys/*.agekey
nix/age-secrets/

# Nix build outputs
result
result-*

# Repo seed workspace
repo-seeds/
