feat(list-generator): implement dynamic labels and fix logo rendering [32788f42]

This commit is contained in:
2026-03-20 12:50:24 +00:00
parent 21fd89c854
commit c39661c7e4
3 changed files with 63 additions and 19 deletions

12
list-generator/.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
*.egg-info/
dist/
build/
.pytest_cache/