# Secrets (before SOPS encryption)
**/secrets/*.yaml.dec
*.key
*.pem
age.key
*.agekey
.age-key.txt
.sops.key

# Helm
*.tgz
charts/
Chart.lock

# Flux
.flux.yaml

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

# OS
.DS_Store
Thumbs.db

# Temporary files
*.tmp
*.bak
*.orig

# Custom values with unencrypted secrets
custom-values.yaml
*-secrets.yaml.dec

# Build artifacts
dist/
build/
