From 6e3fd6f58178c4266970318c67fd37d73b1c771b Mon Sep 17 00:00:00 2001 From: retoor Date: Mon, 20 Jan 2025 03:36:22 +0000 Subject: [PATCH] chore: add .env and .idea directory patterns to gitignore for environment and IDE exclusions --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c98c5b7..c8eef72 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.backup* *.txt __pycache__ .venv