# Development and VCS files
.git
.gitignore
.github
.distignore
.pressshipignore
.editorconfig
.eslintrc*
.prettierrc*

# Package managers (not needed in the distributed plugin)
node_modules
package-lock.json
package.json

# Dev scripts and logs (not shipped to WordPress.org)
scripts
scripts/**
local-fatal.log

# Tests
tests
phpunit.xml.dist

# Developer docs (not needed in the plugin zip)
WORDPRESS-ORG.md

# Optional dev tooling configs
webpack.config.js

# Keep src/ in the WordPress.org zip — reviewers require unminified JS sources.
