view .hgignore @ 40:5cc8ce54ad84

Ignore ruff detritus.
author Paul Fisher <paul@pfish.zone>
date Tue, 01 Apr 2025 15:54:42 -0400
parents d5a18ecebf47
children
line wrap: on
line source

syntax: glob
.venv
.eggs
.mypy_cache
.vscode
.ruff_cache
testdata
venv
**/__pycache__
*.egg-info
dist