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