# VCS & Git
.git
.gitignore
.gitattributes

# Composer dev
composer.json
composer.lock

# Node / JS tooling
node_modules/
.eslintrc.json
.eslintignore
.prettierrc
package.json
package-lock.json

# PHP tooling
phpcs.xml
phpcs.xml.dist
.phpcs.xml.dist
phpunit.xml.dist
.phpunit.result.cache

# Tests & bin
tests/
bin/

# CI/CD
.circleci/
.github/

# WordPress.org assets (only needed in SVN /assets, not /trunk)
.wordpress-org/

# Release tooling
git-tag.sh

# IDE & editor
.idea/
.editorconfig

# AI tooling
.claude/
.ai/
CLAUDE.md

# OS artefacts
.DS_Store
Thumbs.db

# Dev-only docs (readme.txt is kept for WordPress.org)
README.md
