comparison .hgignore @ 38:d5a18ecebf47

Convert to Hatch pyproject.toml.
author Paul Fisher <paul@pfish.zone>
date Tue, 01 Apr 2025 15:46:16 -0400
parents 2faf3499a226
children 5cc8ce54ad84
comparison
equal deleted inserted replaced
37:e60d641009e5 38:d5a18ecebf47
1 syntax: glob 1 syntax: glob
2 .venv
2 .eggs 3 .eggs
3 .mypy_cache 4 .mypy_cache
4 .vscode 5 .vscode
5 testdata 6 testdata
6 venv 7 venv
7 **/__pycache__ 8 **/__pycache__
8 *.egg-info 9 *.egg-info
10 dist