Add Python bindings

This commit is contained in:
Andras Schmelczer 2026-03-11 20:48:44 +00:00
parent 7b81034625
commit 545be141d8
18 changed files with 1406 additions and 79 deletions

9
reconcile-python/.gitignore vendored Normal file
View file

@ -0,0 +1,9 @@
.venv/
.pytest_cache/
.ruff_cache/
__pycache__/
*.egg-info/
*.so
*.dylib
*.dSYM/
dist/