From bed4cddaf86b7f917d71f72629519baa26dba6ae Mon Sep 17 00:00:00 2001 From: "bahawal.baloch" Date: Wed, 1 Apr 2026 12:52:02 +0500 Subject: [PATCH] Update .gitignore to exclude __pycache__ directory --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7f7bad5..a8cb3ad 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .env *.pt -alerts/ \ No newline at end of file +alerts/ +__pycache__ \ No newline at end of file