/target
/mutants.out*

# Python
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
dist/
*.egg-info/

# The extension module and its symbols, which the build drops beside the
# package they belong to.
*.so
*.pyd
*.pdb
*.dll
*.dylib
