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