Thanks for considering a contribution.
pip install -e .
python -m pytest -qKeep the package local-first and dependency-light. Do not add network calls, telemetry, or hosted services unless they are optional and documented.
- Include tests for behavior changes.
- Keep user-facing strings in all bundled locales.
- Do not commit local databases, notebook data,
.envfiles, or credentials. - Run
python -m pytest -qbefore opening a pull request.