From 326d2c0910ee1f6338102d0465c1a22982f017ff Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sat, 15 Jun 2024 15:08:05 -0500 Subject: [PATCH] added to gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9e58681..4ffb437 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ __pycache__ *.egg-info -build/ \ No newline at end of file +build/ + +.env +key \ No newline at end of file