.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.DS_Store

# Build artifacts
dist/

# Nextflow example run output
.nextflow/
.nextflow.log*
work/
results/
