# rust build products
target/

# the pylib should not be committed
pylib/

bin/
__pycache__/

# Pytest
tests/.tests
pytest_session.txt
.cache/
.pytest_cache
.coverage
