# Composer
/vendor/
composer.lock

# PHPUnit
.phpunit.result.cache
/phpunit.xml

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

# OS
Thumbs.db
.DS_Store

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

# Environment
.env
.env.local
.env.*.local

# Build artifacts
/build/
/dist/

# Test coverage
/coverage/
/.phpunit.cache/

# WordPress specific (if testing in WordPress)
wp-config.php
wp-content/uploads/
wp-content/cache/
wp-content/backup-db/
wp-content/advanced-cache.php
wp-content/wp-cache-config.php

# Node modules (if any frontend tooling)
node_modules/
package-lock.json
yarn.lock

# Temporary files
*.tmp
*.temp
.cache/

# Documentation build
/docs/_build/
