Contributing¶
Contributions are welcome! Please:
1. Fork the repository
2. Create a feature branch
3. Add tests for new functionality
4. Ensure all tests pass: pytest
5. Format code: black . (or black src/) and ruff check .
6. Submit a pull request