Prepare wikiq for release: fixes, dependency cleanup, and packaging #2

Open
mako wants to merge 33 commits from release_review into jsonl-output
Showing only changes of commit fbaafd1381 - Show all commits

5
.gitignore vendored
View File

@@ -10,6 +10,11 @@ uv.lock
# JetBrains
/.idea
/.claude/settings.local.json*
# Python build and test output
__pycache__/
/test/test_output/
# Virtualenv (created with create_cdsc_venv on klone)
/.venv/