From 50445dbe3f83551244d858e5d2a0a0e1a90adf75 Mon Sep 17 00:00:00 2001 From: Peter Pentchev Date: Sat, 7 Sep 2024 13:23:38 +0300 Subject: Add Peter Pentchev's Python solution to 285. --- challenge-285/ppentchev/python/.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 challenge-285/ppentchev/python/.gitignore (limited to 'challenge-285/ppentchev/python/.gitignore') diff --git a/challenge-285/ppentchev/python/.gitignore b/challenge-285/ppentchev/python/.gitignore new file mode 100644 index 0000000000..05f929a541 --- /dev/null +++ b/challenge-285/ppentchev/python/.gitignore @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: Peter Pentchev +# SPDX-License-Identifier: BSD-2-Clause + +site/ +.tox/ + +**/__pycache__/ -- cgit