chore: add pytest-report.xml to gitignore (#1473)

# What does this PR do?

Ignores `pytest-report.xml`. The file is produced by the unit tests
github workflow.

[//]: # (If resolving an issue, uncomment and update the line below)
[//]: # (Closes #[issue-number])

## Test Plan

Not needed.

[//]: # (## Documentation)

Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
This commit is contained in:
Ihar Hrachyshka 2025-03-07 13:41:22 -05:00 committed by GitHub
parent 40cd48fa09
commit 511afe1381
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

1
.gitignore vendored
View file

@ -20,3 +20,4 @@ _build
docs/src
pyrightconfig.json
venv/
pytest-report.xml