diff --git a/README.md b/README.md index 2ef80bb..972cd5a 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,4 @@ Install requirements.txt in a virtual environment of your choice and execute mai pip install -r requirements.txt python main.py ``` +> 💡 **Protect Your Credentials**: Before adding your API keys, ensure the `.env` file is listed in the project's `.gitignore`. This prevents accidentally committing and exposing your private keys to version control.