proxy-pool/.gitignore

26 lines
290 B
Plaintext

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