# .distignore — files and directories excluded from the distributed plugin zip.
#
# Read by packaging tooling (e.g. `wp dist-archive`) and used as the exclude
# list for the WordPress.org SVN push and the Freemius build. Anything listed
# here ships in the Git repo but NOT in the plugin delivered to users.

# Internal product planning: roadmap, backlog, feature specs.
# Contains internal strategy and pricing — must NEVER be distributed.
docs/

# Version control / repo metadata
.git/
.gitignore
.gitattributes
.github/
.distignore

# Dev tooling, tests, and local build artifacts
tools/
tests/
node_modules/
*.log
*.zip
.DS_Store
