From 40e9b826b5c533a5ed939becc19b7e27958e3aca Mon Sep 17 00:00:00 2001 From: Ishrath Ahamed Date: Tue, 25 Mar 2025 13:38:57 +0530 Subject: [PATCH] add .py to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b68872d..20a2ea6 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ node_modules/ dist/ *.log *.tmp + +*.py