From 25b652c0521b1369e24f6b7fde19463649ea8a1d Mon Sep 17 00:00:00 2001 From: KeshavAnandCode Date: Sun, 3 May 2026 13:04:05 -0500 Subject: [PATCH] fix: properly ignore generated test.py file --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 819e9f7..6c5f6a4 100644 --- a/.gitignore +++ b/.gitignore @@ -21,4 +21,4 @@ dist/ build/ # Generated test files -tests/*.py +tests/test.py