.DS_Store

# Built by ddev + ddev-drupal-contrib; not part of the module.
vendor/
web/
.ddev/

# Written into the project root by drupal/core-composer-scaffold.
# .gitattributes is committed (it carries the module's export-ignore rules);
# the ddev scaffold may re-write it locally, which can be discarded.
.editorconfig
recipes/
# Written by `yarn install` in web/core, which `ddev stylelint` needs.
.prettierrc.json

.idea

# PHPUnit result/coverage cache.
.phpunit.cache/
.phpunit.result.cache

# Guard against a worktree being created inside the repository. Worktrees
# normally live outside it; one created here would be linked into
# web/modules/custom/ by ddev symlink-project and recurse through its own
# web/, breaking phpstan, phpcs and phpunit.
.claude/worktrees/
