From 451e4239753568dde0646d1d3a89de303ef2f024 Mon Sep 17 00:00:00 2001 From: Padraic Shafer Date: Sat, 13 Apr 2024 07:40:20 -0700 Subject: [PATCH] Keep .env secrets out of project repo --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 93813ae0e..cc0a449b0 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,9 @@ docs/_build pip-log.txt pip-delete-this-directory.txt +# dotenv environment variables file +.env* + # Unit test / coverage reports htmlcov/ .tox/