biobootloader / wolverine

MIT License
5.22k stars 516 forks source link

Implemented .env file API key storage #12

Closed chriscarrollsmith closed 1 year ago

chriscarrollsmith commented 1 year ago

.env files are the standard way to securely store API keys in Python projects. README explains how to use the .env file (rather than the .txt file use in the previous workflow). I also updated .gitignore.

ra312 commented 1 year ago

can you please provide description ?

chriscarrollsmith commented 1 year ago

Edited the description above.

ra312 commented 1 year ago

it could be better to turn on GitGuardian, just in case

chriscarrollsmith commented 1 year ago

Done!