# Files & directories excluded from the distributed plugin ZIP (wordpress.org).
# Used by `wp dist-archive`. Keeps the release clean of dev-only artifacts.

# Version control
/.git
/.gitignore
/.distignore

# Dependencies (build/ output AND src/ source are both shipped per readme.txt)
/node_modules

# Dev tooling & config (package.json is shipped — documents the build process)
/composer.json
/composer.lock
/package-lock.json
/phpunit.xml
/phpcs.xml
/.editorconfig

# Tests
/tests

# Developer documentation (ADRs, dev book, internal checklists)
/docs

# Translation build scripts (compiled .po/.mo/.pot are shipped)
/languages/build-mo.py
/languages/compile-mo.py
/languages/make-pot.py
