view .hgignore @ 115:e15b3d1ff0d9

New subpackage with a "contextlib.nullcontext" for older Python versions
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 29 Dec 2024 15:31:38 +0100
parents a0cc15de8ae9
children
line wrap: on
line source

syntax: regexp

(^|/)_venv.*
\.py[co]$
^dist/
^build/
^py_cutils\.egg\-info/
^__.*