| 12345678910111213141516171819202122232425262728293031323334353637 |
- # 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
|