Json – How can I add my credentials into .gitignore but still execute my python?
I am confused on how to add my credentials to .gitignore when they are in my config file. I have database credentials stored in my config file and they are used to execute my code below: import os import json…