Files
2026-09-09 10:09:14 +04:00

12 lines
287 B
Plaintext

# 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/