From 21b359c75669732dc28b3b14bf2f219c5d5cf1c2 Mon Sep 17 00:00:00 2001 From: Anson Date: Sun, 3 Sep 2023 01:34:19 -0600 Subject: [PATCH] ignore env file --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ed8ebf5..6d17870 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -__pycache__ \ No newline at end of file +__pycache__ +.env \ No newline at end of file