# Development tools
vendor/bin/
vendor/wp-coding-standards/
vendor/squizlabs/
vendor/phpcompatibility/
vendor/phpcsstandards/
vendor/dealerdirect/

# Development configuration files
phpcs.xml
composer.lock
package.json
package-lock.json
yarn.lock
webpack.config.js
tsconfig.json

# IDE and editor files
*.sublime-*
*.swp
*.swo

# Build and test files
tests/
tests/
coverage/
build/
dist/
node_modules/
bower_components/

# Documentation
docs/
*.md
!README.md

# Temporary files
*.log
*.tmp
*.temp
Thumbs.db
