diff --git a/.gitignore b/.gitignore index ad9978e..7bd047c 100644 --- a/.gitignore +++ b/.gitignore @@ -37,9 +37,11 @@ k8s/storage/test/test # Allowed markdown: CLAUDE.example.md, README.md, TROUBLESHOOTING.md CLAUDE.md -.terraform/ -skills-lock.jsonterraform/.terraform/ -terraform/*.tfstate* -terraform.tfvars.local -.tfstate \ No newline at end of file +# Terraform state and cache (local files, remote state in MinIO) +.terraform/ +terraform/.terraform/ +terraform/*.tfstate +terraform/*.tfstate.* +terraform.tfvars.local +skills-lock.json