Optimized Python package building

This commit is contained in:
Kevin Veen-Birkenbach
2026-07-14 12:05:08 +02:00
parent a8c321fca1
commit 557fe159d5
8 changed files with 45 additions and 11 deletions

3
.gitignore vendored
View File

@@ -5,3 +5,6 @@ log.txt
__pycache__/
*.pyc
.pytest_cache/
dist/
build/
*.egg-info/