From 3c67a5382758155040d6598a2fa01ca5fd6d25d9 Mon Sep 17 00:00:00 2001 From: Mohammad Sajid Anwar Date: Mon, 9 Sep 2024 00:25:28 +0100 Subject: - Added template for week 286. --- challenge-286/ppentchev/python/.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 challenge-286/ppentchev/python/.gitignore (limited to 'challenge-286/ppentchev/python') diff --git a/challenge-286/ppentchev/python/.gitignore b/challenge-286/ppentchev/python/.gitignore new file mode 100644 index 0000000000..05f929a541 --- /dev/null +++ b/challenge-286/ppentchev/python/.gitignore @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: Peter Pentchev +# SPDX-License-Identifier: BSD-2-Clause + +site/ +.tox/ + +**/__pycache__/ -- cgit