From 187f93822b1776b5e1681064cc0af3063c789e8a Mon Sep 17 00:00:00 2001 From: Sanjeev Kumar Date: Sun, 9 Mar 2025 14:03:59 +0530 Subject: [PATCH] Removed __pycache__ from tracking --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fa7a21b..7abc6d7 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,4 @@ # Ignore Python pycache __pycache__/ # Ignore Python env -venv/ \ No newline at end of file +venv/