view .hgignore @ 403:da99ab6eda08

FIX: Remove wrong .egg-info directory in the Makefile. We do no have an "src" directory in this project.
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 17 Feb 2026 14:56:05 +0100
parents a0cc15de8ae9
children
line wrap: on
line source

syntax: regexp

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