# WordPress
wp-config.php
wp-content/uploads/
wp-content/blogs.dir/
wp-content/upgrade/
wp-content/backup-db/
wp-content/advanced-cache.php
wp-content/wp-cache-config.php

# Plugin specific
*.log
.DS_Store
Thumbs.db

# Dependencies
/vendor/
/node_modules/

# Build artifacts
/dist/
/build/
*.zip

# Development
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# Testing
/coverage/
/phpunit.xml.local
/.phpunit.result.cache

# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Lock files (keep package-lock.json but ignore composer.lock in development)
composer.lock

# OS generated files
.DS_Store?
ehthumbs.db
Icon?

# Temporary files
*.tmp
*.temp

# Backup files
*.bak
*.backup

# Cache
.cache/