random question I've been building a web app and keep env secrets in a file called "consts.nim" that I ignore with gitignore, so it never gets pushed up to github. I simply import it in my backend prologue server then compile the backend down to an executable as usual. Is this safe or can the secret be extracted from the executable?