From f18cb7a95e46b9ded70a2d1d932d0bb7b1772a67 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 1 Jul 2024 01:45:32 +0100 Subject: - Added template for week 276. --- challenge-276/iangoodnight/python/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 challenge-276/iangoodnight/python/.gitignore (limited to 'challenge-276/iangoodnight/python') diff --git a/challenge-276/iangoodnight/python/.gitignore b/challenge-276/iangoodnight/python/.gitignore new file mode 100644 index 0000000000..c18dd8d83c --- /dev/null +++ b/challenge-276/iangoodnight/python/.gitignore @@ -0,0 +1 @@ +__pycache__/ -- cgit