docs: update WIMSE ECT draft; add -02 PDF; gitignore python artifacts

This commit is contained in:
2026-05-25 12:35:19 +02:00
parent 3d01cb32b6
commit 1ddad7de73
3 changed files with 128 additions and 0 deletions

5
.gitignore vendored
View File

@@ -3,3 +3,8 @@
draft-nennemann-wimse-ect-*.xml
draft-nennemann-wimse-ect-*.txt
draft-nennemann-wimse-ect-*.html
# Python build/test artifacts
__pycache__/
*.egg-info/
.coverage