# DDEV / Docker
.ddev/.gitignore
.ddev/mutagen/
.ddev/db/
.ddev/.ssh/

# Composer
vendor/

# Drupal files
web/sites/default/files/
web/sites/default/private/
web/sites/default/settings.php
web/sites/*/files/

# Node / Build artifacts (optional — you can commit dist/ if you want)
web/themes/custom/mytheme/node_modules/
# web/themes/custom/mytheme/dist/   # uncomment if you prefer NOT to commit built CSS/JS

# General
.DS_Store
*.log
.idea/
.vscode/
