# Directories
/.cache
/.git
/.github
/.wordpress-org
/.husky
/.vscode
/.idea
/.yarn

/assets/src
/bin

# Git & config files
/.editorconfig
/.gitattributes
/.gitignore
/.yarnrc.yml

# Dependency / package files
/package.json
/package-lock.json
/yarn.lock
/pnpm-lock.yaml

# Composer
/composer.json
/composer.lock

# Testing & coding standards
/phpunit.xml
/phpunit.xml.dist
/phpcs.xml
/phpcs.xml.dist

# Build & tooling configs
/postcss.config.js
/pot.js

/webpack-entry-list.js
/webpack.common.js
/webpack.dev.js
/webpack.dev.vue.js
/webpack.prod.js

# Documentation & notes
/README.md
/node-update-notes.md
/CLAUDE.md
