# Composer artefacts.
/vendor/
/composer.lock

# PHPUnit artefacts.
/.phpunit.cache/
/.phpunit.result.cache
/sites/

# GitLab CI generates this from .cspell-project-words.txt plus the template.
/.cspell.json

# Editor and OS files.
/.idea/
/.vscode/
.DS_Store

# Patches and merge leftovers.
*.patch
*.orig
*.rej
