Added pyproject.toml, version flag, dry-run flag, etc.

This commit is contained in:
2026-06-08 13:41:10 -04:00
parent 16bffef783
commit d06ce15eed
11 changed files with 117 additions and 84 deletions
+3
View File
@@ -2,3 +2,6 @@ __pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
dist/
build/