chore: project scaffold - requirements and package structure

This commit is contained in:
Miłosz Matysiak
2026-04-09 10:04:14 +02:00
parent f1ebdbfe1e
commit 40d1c23051
6 changed files with 14 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
.venv/
__pycache__/
*.pyc
dist/
build/