assets/ *.onnx onnx # Output files results results_v3_sdk/ # Python __pycache__ *.py[cod] *$py.class *.so .Python # Virtual environments .venv venv/ ENV/ env/ .dotnet/ .m2/ .uv-cache/ .clang-module-cache/ .swift-home/ # Node.js node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* package-lock.json # Swift .build/ .swiftpm/ *.xcodeproj *.xcworkspace xcuserdata/ DerivedData/ # Distribution / packaging build/ dist/ *.egg-info/ .eggs/ # Testing .pytest_cache/ .coverage htmlcov/ .tox/ # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db