Thanks for contributing!
python -m venv .venv
# Windows: .venv\Scripts\activate
pip install -r requirements.txt # or pip install -e .[dev]
pytest -q
ruff check .- Branch from
master(ormain). - One PR per feature/fix, keep diff focused.
- Fill the PR template, link the issue.
ruff check .must pass.- No secrets in commits.
Use the issue template.