comparison .hgignore @ 31:f77ca0963d6d 0.2.0

Fix language bug, convert to pyproject.toml
author Ben Croston <ben@croston.org>
date Wed, 12 Feb 2025 15:13:51 +0000
parents a298ab7a36a8
children
comparison
equal deleted inserted replaced
30:ddc251fb92aa 31:f77ca0963d6d
1 syntax: glob 1 syntax: glob
2 *.pyc 2 *.pyc
3 *.*~ 3 *.*~
4 dist/* 4 dist/*
5 build/* 5 build/*
6 MANIFEST 6 *.swp
7 .venv/*
8 uv.lock
9 .ruff_cache/*