# Files to exclude from the WordPress.org plugin distribution.
# Used by the 10up deploy action when building the ZIP for SVN.
# NOTE: Currently BUILD_DIR is set in the workflow, so rsync copies only the
# plugin directory and this file is not used. It exists as a safety net in case
# BUILD_DIR is ever removed — without it the entire repo would be published.
/.git
/.github
.distignore
.gitignore
/.env
/.env.*
/docker-compose*
/CLAUDE.md
/_scripts/
/plucky_wire/
/plucky_accounts/
/core/
/templates/
/static/
/plucky_docs/
*.pyc
__pycache__
/pyproject.toml
/uv.lock

# Plugin dev/test tooling (excluded from the WordPress.org build).
/node_modules
/vendor
/tests
/bin
/composer.json
/composer.lock
/phpunit.xml.dist
/.phpunit.result.cache
