# CODEOWNERS file for OMICS-SIMD
#
# This file is used by GitHub to automatically request reviewers for PRs
# affecting specific areas of the codebase.
# Default reviewer
* @techusic
# Protein primitives
/src/protein/ @techusic
# Scoring infrastructure
/src/scoring/ @techusic
# Alignment kernels
/src/alignment/ @techusic
# SIMD implementations
/src/alignment/kernel/avx2.rs @techusic
/src/alignment/kernel/neon.rs @techusic
# Future enhancements
/src/futures/ @techusic
# Documentation
/README.md @techusic
/CHANGELOG.md @techusic
*.md @techusic
# Tests
/src/**/*.rs @techusic
# Build and CI
/Cargo.toml @techusic
/.github/ @techusic
appveyor.yml @techusic
.github/workflows/ @techusic