# Build artifacts
target/
*.rs.bk

# IDE
.idea/
.vscode/
*.swp
*.swo

# Git
.git/
.gitignore

# CI/CD
.github/

# Documentation (not needed in runtime image)
docs/
*.md
!README.md

# Test files
tests/
test.hk
legacy.tf

# Development
examples/
scripts/

# Generated output
output/
terraform/
terraform-*/

# Terraform state
*.tfstate
*.tfstate.*
.terraform/
.terraform.lock.hcl

# Coverage
*.profraw
coverage/
tarpaulin-report.html

# Local config
.env
.envrc
*.local

# Temporary
*.snap.new

