diff .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
line wrap: on
line diff
--- a/.hgignore	Tue Apr 01 15:41:56 2025 -0400
+++ b/.hgignore	Tue Apr 01 15:46:16 2025 -0400
@@ -1,4 +1,5 @@
 syntax: glob
+.venv
 .eggs
 .mypy_cache
 .vscode
@@ -6,3 +7,4 @@
 venv
 **/__pycache__
 *.egg-info
+dist