# Development and CI files — never ship to wp.org
.github
.git
.gitignore
.gitattributes
.distignore
.agents
AGENTS.md
README.md

# Build tooling / scripts
bin
build
distignore-free

# Tests
tests
phpunit.xml
phpunit.xml.dist
.phpunit.result.cache
.phpcs.cache
phpcs.xml
phpcs.xml.dist

# Composer dev files (vendor/ is rebuilt by CI; lock file not needed on wp.org)
composer.json
composer.lock

# Node / npm
node_modules
package.json
package-lock.json
yarn.lock
.npmrc
.nvmrc

# Editor / IDE
.idea
.vscode
.history
.DS_Store
launch.json

# Misc artifacts
*.zip
*.log
*.map
*.po~
