# Code owners — anyone listed here is automatically requested for review
# when matching files change in a PR.
#
# REPLACE @your-github-username with your actual GitHub handle before pushing.
# For an Org-owned repo, use @genarch/maintainers (a team) instead.

# Default owner for everything
*               @your-github-username

# Hot files — extra protection
LICENSE         @your-github-username
NOTICE.md       @your-github-username
pyproject.toml  @your-github-username

# Auth / security boundary
praxia/auth/*   @your-github-username
praxia/auth/**  @your-github-username

# CI / repo configuration
.github/*       @your-github-username
.github/**      @your-github-username
