# Git
.git
.gitignore

# GitHub
.github

# Node / build
node_modules
package.json
package-lock.json
yarn.lock

# Dev tools
phpunit.xml
tests
tests/**
bin
vendor

# OS files
.DS_Store
Thumbs.db

# WordPress.org assets (handled separately)
.wordpress-org