view .hgignore @ 189:959c6d37b014

Extend the max line length to read to 4096, which is something along PATH_MAX onn Linux
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 15 Jan 2025 15:40:46 +0100
parents a0cc15de8ae9
children
line wrap: on
line source

syntax: regexp

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