checkpoints/
data/
corn_dataset_partial/
**/__pycache__
*.pth
dataset/

# Local .terraform directories
**/.terraform/*

# Terraform state files
**/*.tfstate
**/*.tfstate.*

# Crash log files
**/crash.log
**/crash.*.log

# Terraform variable files (often contain sensitive data)
**/*.tfvars
**/*.tfvars.json

# Override files (used for local development, typically not committed)
**/override.tf
**/override.tf.json
**/*_override.tf
**/*_override.tf.json

# Terraform plan output files
**/*tfplan*

# Terraform CLI configuration files
.terraformrc
terraform.rc

# Terraform lock file (should generally be committed, but can be ignored in specific cases)
# .terraform.lock.hcl

# macOS specific files
.DS_Store