diff options
| author | Mohammad Sajid Anwar <mohammad.anwar@yahoo.com> | 2024-09-09 00:25:28 +0100 |
|---|---|---|
| committer | Mohammad Sajid Anwar <mohammad.anwar@yahoo.com> | 2024-09-09 00:25:28 +0100 |
| commit | 3c67a5382758155040d6598a2fa01ca5fd6d25d9 (patch) | |
| tree | d4d76d90e2d6a0e772258ecdf312d986481b85f5 /challenge-286/ppentchev/python | |
| parent | c5279e91135298d52702ff143a195a1c1c11d59c (diff) | |
| download | perlweeklychallenge-club-3c67a5382758155040d6598a2fa01ca5fd6d25d9.tar.gz perlweeklychallenge-club-3c67a5382758155040d6598a2fa01ca5fd6d25d9.tar.bz2 perlweeklychallenge-club-3c67a5382758155040d6598a2fa01ca5fd6d25d9.zip | |
- Added template for week 286.
Diffstat (limited to 'challenge-286/ppentchev/python')
| -rw-r--r-- | challenge-286/ppentchev/python/.gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
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 <roam@ringlet.net> +# SPDX-License-Identifier: BSD-2-Clause + +site/ +.tox/ + +**/__pycache__/ |
