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