# Build folder
/build/bin
/build/build
/build/dist
/dist/

# Generated by build scripts
/build/ReadMe.md
/build/mllint/mllint-exe

# Python runtime caches / packaging cache
__pycache__
*.pyc
*.egg-info
.venv
.mypy_cache

# Test coverage
/coverage.txt
