Initial commit with README

This commit is contained in:
Alex Selimov 2025-08-02 19:12:58 -04:00
commit 24200b899a
5 changed files with 88 additions and 0 deletions

10
.gitignore vendored Normal file
View file

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