# Dependencies **/node_modules/ # Build output and caches **/dist/ **/.angular/ **/coverage/ **/.cache/ **/.tmp/ **/tmp/ # Local runtime and test artifacts .playwright-cli/ output/ *.log *.pid server/upstream-cost.json client/proxy.local.json # Local environment files and credentials .env .env.* !.env.example !.env.*.example *.pem *.key *.p12 *.pfx # Editor and operating-system files .idea/ .DS_Store Thumbs.db Desktop.ini *.swp *.swo