# Code owners for dapps.
# Each line is a file pattern followed by one or more owners.
# Owners are auto-requested for review on PRs that touch matching files.
# See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-security/customizing-your-repository/about-code-owners

# Default owner for everything in the repo.
*       @Thecave3

# Adaptive noise floor / threshold detection — co-owned with the original author.
src/spectrum/threshold_detector.py    @Thecave3 @cwozny
