/target
/__pycache__/
*.pyc
.venv/
.eggs/
/dist/

# Pytest
.pytest_cache/

# Maturin
*.so

