# VCS and local editor state
.git
.git/**
.idea
.vscode
.DS_Store
*.iml
*.swp
*.swo

# Secrets and local-only configuration
.env
.env.*
!.env.example
*.pem
*.key

# Project documentation and data exports are not runtime image inputs.
docs/
deploy/
*.sql
*.xlsx

# Go build/test outputs and local logs
/bin/
/build/
/dist/
/tmp/
*.test
*.out
coverage.*
*.log

# Other local dependency trees, if present
node_modules/
