initial commit

This commit is contained in:
Piotr Oleszczyk 2025-05-10 17:41:31 +02:00
commit c6d1d51b00
11 changed files with 1214 additions and 0 deletions

13
.gitignore vendored Normal file
View file

@ -0,0 +1,13 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
.DS_Store
.env