From a865bd64dbd0cee2960cb628b74743f86a67d116 Mon Sep 17 00:00:00 2001 From: Jonathon Broughton Date: Tue, 25 Mar 2025 01:16:48 +0000 Subject: [PATCH] Update .gitignore to exclude new env file Added exclusion for the .env-v3 file to keep it out of version control. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e87cb1c..446cd31 100644 --- a/.gitignore +++ b/.gitignore @@ -313,3 +313,5 @@ pyrightconfig.json .ionide # End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,python,pycharm + +.env-v3