# Binaries pinchtab browser-bridge # Test coverage coverage.out *.test # Git .git/ .github/ # Tests (E2E fixtures, scenarios, results) tests/ # Local state .pinchtab/ .openclaw/ # macOS .DS_Store # Editor .vscode/ *.swp # Docs (not needed in image) docs/ # Development node_modules/ dashboard/node_modules/ *.log # Build caches .gocache/ .gomodcache/ tmp/ # Markdown (README, RELEASE, etc.) *.md !dashboard/**/*.md