# Rust build artifacts
/target/
**/*.rs.bk

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

# OS
.DS_Store
Thumbs.db

# Compiler output (generated Terraform)
/output/
/terraform/

# Terraform state (never commit)
*.tfstate
*.tfstate.*
.terraform/
.terraform.lock.hcl

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

# Benchmarks
/criterion/

# Local development
.env
.envrc
*.local

# Insta snapshots pending review
*.snap.new
