# Git specific ignores .git/ .agents/ # Node.js and build artifacts for the admin panel node_modules/ package-lock.json admin/node_modules/ admin/package-lock.json # Operating System files .DS_Store Thumbs.db # Logs and temporary files *.log *.tmp *~ *.bak *.md *.zip playwright-report/ # Scheduled task state .claude/scheduled_tasks.lock # Playwright + verification artifacts tests/artifacts/ tests/test-results/ tests/tests/screenshots/ tests/*.png # Local screenshots and scratch work screenshots/ tmp/ # Plugin uploads dir (runtime-generated content, not source) uploads/ # IDE specific files .idea/ .vscode/ # PHP and Composer vendor/ composer.phar # Environment variables .env .env.*