# Files and directories excluded from the WordPress.org distribution zip.
# Used by: wp dist-zip / bin/build-plugin.sh

# Development tooling
.distignore
.gitignore
.gitattributes
.editorconfig
.phpcs.xml
phpunit.xml
phpunit.xml.dist
phpcs.xml

# Composer dev metadata (keep vendor/ itself — phpoffice/phpword ships with the plugin)
composer.json
composer.lock
vendor/composer/installed.json
vendor/composer/installed.php

# Test suite
tests/
bin/
.phpunit.result.cache

# Git
.git/
.github/

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