# Hidden files (WordPress.org does not allow these in the plugin package)
.git
.gitignore

# Development dependencies (source code in src/ is included for human-readable compliance)
node_modules
tests

# Dev config and lockfiles (package.json and composer.json included for build-tool directions; lockfiles excluded)
*.map

# CI / editor
.github
.cursor
phpunit.xml
phpunit.xml.dist
