don't include .npmrc in bundle if .npmrc-encrypted exists
If you manually create a bundle with npx fusion zip and you have an .npmrc-encrypted file, both the regular .npmrc and the encrypted one gets added to the bundle. I understand this won't be an issue with CI/CD. But it seems like the zip process sh...