# CODEOWNERS — required reviewers per path. GitLab honours this file when
# "Code owner approval required" is enabled on a protected branch.
# Syntax: <path-glob> <@username | @group> [@username2 ...]

# --- Default ----------------------------------------------------------------
*                                       @jagar2

# --- Build & release infrastructure (changes here can break shipping) -------
/.gitlab-ci.yml                         @jagar2
/pyproject.toml                         @jagar2
/.pre-commit-config.yaml                @jagar2
/.gitlab/CODEOWNERS                     @jagar2

# --- Source code ------------------------------------------------------------
/src/metaxtract/                        @jagar2

# --- Tests ------------------------------------------------------------------
/tests/                                 @jagar2

# --- Documentation ----------------------------------------------------------
/docs/                                  @jagar2
README.md                               @jagar2
CHANGELOG.md                            @jagar2
