view .hgignore @ 195:e5f6f4db9157

Use the imported "scandir()" implementation instead always the "os.scandir"
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 16 Jan 2025 19:31:57 +0100
parents a0cc15de8ae9
children
line wrap: on
line source

syntax: regexp

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