feat: add packaging setup

This commit is contained in:
2024-09-20 07:20:35 +02:00
commit 30974f8098
5 changed files with 738 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
.venv/
venv/
build/
**/*.egg-info
**/__pycache__
uv.lock
.coverage
.pytest_cache/