Exclude auto-generated python-sdk docs from CodeRabbit reviews (#3206)

* Exclude auto-generated python-sdk docs from CodeRabbit reviews

* Clarify that python-sdk doc changes in PR diffs are expected
This commit is contained in:
Jeremiah Lowin 2026-02-17 18:28:20 -05:00 committed by GitHub
commit 27be9fe229
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

3
.coderabbit.yaml Normal file
View file

@ -0,0 +1,3 @@
reviews:
path_filters:
- "!docs/python-sdk/**"