Thanks for your interest in contributing.
- Create a virtual environment.
- Install runtime dependencies:
pip install -r requirements.txt- Install optional scientific dependency for spectral metrics:
pip install scipy- Run tests:
pytest- Keep changes focused and documented.
- Add or update tests for behavioral changes.
- Update README examples if user-facing behavior changes.