# Code owners for gauge-pybuild-plugin
# These users will be automatically requested for review when a PR is opened

# Default owner for everything in the repo
*       @lirany1

# Specific ownership for critical files
/.github/workflows/          @lirany1
/pyproject.toml              @lirany1
/src/gauge_pybuild_plugin/   @lirany1

# Documentation
*.md    @lirany1
/examples/  @lirany1

# Tests
/tests/  @lirany1
