From bd7fce4bd5d085c209a213f2daca1e79799c9e87 Mon Sep 17 00:00:00 2001 From: Mohammad Sajid Anwar Date: Mon, 7 Jul 2025 05:30:13 +0100 Subject: - Added template for week 329. --- challenge-329/iangoodnight/python/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 challenge-329/iangoodnight/python/.gitignore (limited to 'challenge-329/iangoodnight/python') diff --git a/challenge-329/iangoodnight/python/.gitignore b/challenge-329/iangoodnight/python/.gitignore new file mode 100644 index 0000000000..c18dd8d83c --- /dev/null +++ b/challenge-329/iangoodnight/python/.gitignore @@ -0,0 +1 @@ +__pycache__/ -- cgit