From 0ca3b65ad41c3cb6b56a9b9cf3725d58cb8ae0dc Mon Sep 17 00:00:00 2001 From: Abiba Date: Thu, 25 Jun 2026 20:33:50 +0000 Subject: [PATCH] chore: add .gitignore for .bak and .backup files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index eeb7737..4e55bac 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ .git __pycache__/ *.pyc +*.bak +*.backup* +.env