From 2ee8804e17650982edde1b8d9a0e86f51bcf2d6e Mon Sep 17 00:00:00 2001 From: Evan Morris Date: Thu, 5 Dec 2024 18:01:39 -0500 Subject: [PATCH] adding env to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9783daa9..a9396500 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ # pycache **/__pycache__ *.pycache +.env