# CODEOWNERS file for confee project
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners

# Default owners for everything in the repo
* @bestend

# Source code owners
/src/confee/ @bestend

# Tests owners
/tests/ @bestend

# Configuration files
/.github/ @bestend
/pyproject.toml @bestend

# Documentation
/*.md @bestend
/changelog.md @bestend

