# WordPress .htaccess 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 wp-content/cache/ wp-content/cache/supercache/ # Plugin specific *.log *.sql *.sqlite .DS_Store Thumbs.db # IDE .vscode/ .idea/ *.swp *.swo *~ # Dependencies /vendor/ /node_modules/ # Build (admin/dist/ is committed so WordPress can serve compiled assets) # /dist/ # /build/ # Testing /tmp/ /tests/tmp/ .phpunit.result.cache # Playwright (E2E) /tests/e2e/test-results/ /tests/e2e/playwright-report/ /tests/e2e/.playwright/ /tests/e2e/*-reverted.png # Playwright (repo-local runner in /tests) /tests/test-results/ /tests/playwright-report/ /tests/.playwright/ # Local scratch files /includes/Admin/*.fix # Environment .env .env.local # Local-only backend integration details (contains secrets) .claude/skills/backend-integration-details.md