Files
Rahul Drabit Chowdhury 6c98ba279c OpenVINO backend: add bitwise_left_shift and bitwise_right_shift (#22146)
* OpenVINO backend: add bitwise_left_shift and bitwise_right_shift

* Remove pytest.ini (local config file)

* Run pre-commit and regenerate API

* Rename opset after rebase to opset15

---------

Co-authored-by: hertschuh <1091026+hertschuh@users.noreply.github.com>
2026-02-17 14:31:37 -08:00

26 lines
283 B
Plaintext

.DS_Store
*.pyc
.vscode-test
__pycache__
**/.vscode-test/**
**/.vscode test/**
**/.vscode-smoke/**
**/.venv*/
venv
bin/**
build/**
obj/**
.pytest_cache
tmp/**
.vs/
dist/**
**/*.egg-info/*
.vscode
examples/**/*.jpg
.python-version
.coverage
*coverage.xml
.ruff_cache
pytest.ini
venv/