# Playwright MCP downloads and browser automation files .playwright-mcp/ # WordPress specific wp-config.php wp-content/uploads/ wp-content/upgrade/ wp-content/backup-db/ wp-content/advanced-cache.php wp-content/wp-cache-config.php wp-content/cache/ wp-content/backups/ # Development files (excluded from plugin distribution) node_modules/ tests/ test/ CLAUDE.md *.log .DS_Store Thumbs.db # Package and config files (may contain test data) package.json package-lock.json composer.json composer.lock *.json # Environment files .env .env.* *.env # IDE files .vscode/ .idea/ *.swp *.swo # Temporary files *.tmp *.temp