Contributing Guide
We welcome contributions to project-x-py!
Development Setup
Fork the repository
Clone your fork
Install with development dependencies:
uv sync
Run tests:
uv run pytest
Format code:
uv run ruff format .
See CONTRIBUTING.md in the repository for full guidelines.