### Contributing
Thanks for your interest in contributing! Please follow these steps:
1. Fork the repository and create a feature branch.
2. Use Python 3.10+.
3. Create a virtual environment and install dependencies:
```bash
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
```
4. Run formatting/linting if you add them, and ensure the project builds:
```bash
python -m pip install build
python -m build
```
5. Open a Pull Request with a clear description and screenshots/logs if applicable.
By contributing, you agree that your contributions will be licensed under the MIT License.