view .hgignore @ 197:48e2610978e5

Return the CRC-32 digest on Python2 as unsigned int instead of a signed one. On Python3 it is always unsigned.
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 16 Jan 2025 20:40:24 +0100
parents a0cc15de8ae9
children
line wrap: on
line source

syntax: regexp

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