# 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 /dist/ /build/ # Testing /tmp/ **/tmp/ /tests/tmp/ .phpunit.result.cache .phpunit.cache/ # Playwright (E2E) /tests/e2e/test-results/ /tests/e2e/playwright-report/ /tests/e2e/.playwright/ /tests/e2e/.auth/ /tests/e2e/*-reverted.png # Playwright (repo-local runner in /tests) /tests/test-results/ /tests/playwright-report/ /tests/.playwright/ # Local scratch files /includes/Admin/*.fix /ask-gpt/ # Environment .env .env.local # Temporary distribution verification state /.distribution-verify-*/ /.distribution.lock /.distribution-worker.json /.distribution-worker.json.temporary-* /.distribution.lock.stale-* /.version-bump-journal.json /.version-bump-journal.json.temporary-* /*.version-bump-temporary-* /.distribution-stage-*/ # Local-only backend integration details (contains secrets) .claude/skills/backend-integration-details.md