Contributing
How to Contribute
Fork the repository
Create a feature branch
Make your changes
Run tests
Submit a pull request
Development Setup
git clone https://github.com/kardaneh/PhenoNN.git
cd PhenoNN
uv venv
source .venv/bin/activate
uv pip install -e ".[dev]"