Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ htmlcov/
# Local editor / tooling (not part of the SDK)
.vscode/
.claude/
.idea
.gitattributes
15 changes: 15 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Code of Conduct

This project adopts the [Contributor Covenant](https://www.contributor-covenant.org),
version 2.1, as its code of conduct. The full text is available at:

https://www.contributor-covenant.org/version/2/1/code_of_conduct/

By participating in this project — contributing code, opening issues, or taking
part in discussions — you agree to uphold this code of conduct.

## Reporting

To report unacceptable behavior, use GitHub's private reporting on this
repository's **Security** tab, or contact the maintainers privately. All reports
will be reviewed and handled confidentially.
Loading