Update example code

This commit is contained in:
Eric
2025-12-20 20:57:59 -08:00
parent ddd047b2f2
commit efcc9c8929
5 changed files with 73 additions and 11 deletions

26
.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
# macOS
.DS_Store
.AppleDouble
.LSOverride
# Build artifacts
build/
*.o
*.a
*.so
# Editor files
.vscode/
.idea/
*.swp
*.swo
*~
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.egg-info/
dist/