diff --git a/.gitignore b/.gitignore index 6f1d8a6..3743945 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ htmlcov/ .idea/ Thumbs.db .DS_Store +*.tm7 diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..06dab72 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,8 @@ +# CODEOWNERS for Dataverse Client Python SDK +# This file defines who gets automatically requested for review when PRs are opened. +# See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +# Global ownership - fallback for any files not covered by more specific rules +* @microsoft/powerplatform-dataverseclient-python-maintainers +# Team is found here: +# https://github.com/orgs/microsoft/teams/powerplatform-dataverseclient-python-maintainers \ No newline at end of file