From a677f2f01b16a96d9af7ba2bcbb0d90a24dc6acf Mon Sep 17 00:00:00 2001 From: Kavish Devar Date: Mon, 7 Oct 2024 16:56:42 +0530 Subject: [PATCH] add testing.py to gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 82f9275..3d8f322 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ +testing.py + + +# Python Template + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]