proxy-pool/.gitignore

29 lines
335 B
Plaintext

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