Contributing Guide
Contributions are welcome!
How to Contribute
Fork the project repository
Create a feature branch
Commit your changes
Push to the branch
Create a Pull Request
Development Setup
git clone https://github.com/gorgeousfish/lwdid-py.git
cd lwdid-py
pip install -e ".[dev]"
pytest tests/
Code Standards
Follow PEP 8
Add type annotations
Write docstrings (NumPy style)
Include unit tests
Reporting Issues
Please report bugs or feature requests via GitHub Issues.