From c86d820ff16a773c2a9fde1373033b3d1bd05e2a Mon Sep 17 00:00:00 2001 From: lasseedfast Date: Mon, 7 Oct 2024 17:42:45 +0200 Subject: [PATCH] Refactor .gitignore to include .env file and remove trailing newline --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 24a4d67..686a8ed 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /.env /.venv -/__pycache__ \ No newline at end of file +/__pycache__ +.env