# Files and directories excluded from the distribution ZIP.
# The build script honors this list when packaging for WordPress.org
# and for direct-download Pro deliveries.

# Version control
.git
.gitignore
.gitattributes

# Editor / IDE
.idea
.vscode
*.swp
*.swo
.DS_Store
Thumbs.db

# Dependencies & build artefacts
node_modules
vendor
build
dist
*.log

# Development tooling
composer.json
composer.lock
phpcs.xml.dist
phpunit.xml.dist
phpunit.result.cache
.phpunit.cache

# Tests
tests

# Documentation that doesn't ship with the plugin
docs

# Example license server (ships separately to the merchant)
server

# Build scripts
bin

# Distignore itself
.distignore
