view .hgignore @ 88:f69353f26937

Support for using the pyblake2 package if native support for BLAKE2 is not available in hashlib. This is to support BLAKE2 on Python2 and pre-Python 3.6.
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 21 Apr 2022 00:24:49 +0200
parents a0cc15de8ae9
children
line wrap: on
line source

syntax: regexp

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