view .hgignore @ 204:07f1d79e6674

Fully implemented UTF-8 mode for treeview. While doing this refactored "normal" mode (using the filesystem encoding).
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 21 Jan 2025 20:31:48 +0100
parents a0cc15de8ae9
children
line wrap: on
line source

syntax: regexp

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