# Local planning and browser artifacts .playwright-mcp/ temp/ # Build and test outputs bin/ dist/ coverage/ *.out *.test *.prof .tmp-proto/ # Local configuration and secrets .env .env.* !.env.example configs/local.yaml *.pem *.key # Editors and operating systems .idea/ .vscode/ .DS_Store Thumbs.db