refactor: cleanup

This commit is contained in:
zhom
2026-09-09 10:09:14 +04:00
parent 598d3bd513
commit dd42d46753
249 changed files with 67417 additions and 6659 deletions
+11
View File
@@ -0,0 +1,11 @@
# Build and test artifacts for the two standalone SDK packages. Neither is part
# of the pnpm workspace, so they carry their own ignores rather than adding
# Python and npm noise to the repository root.
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.venv/
build/
dist/
node_modules/