test suite

This commit is contained in:
2026-07-07 20:40:29 +08:00
parent 316d52bfe5
commit f7d6a51220
12 changed files with 936 additions and 1 deletions

20
.gitignore vendored
View File

@@ -1,2 +1,20 @@
install-prefix/
# Build artifacts
build/
bridge/build/
install-prefix/
# Python
__pycache__/
.pytest_cache/
*.pyc
*.pyo
*.egg-info/
venv/
.venv/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~