Some checks failed
E2E Tests / E2E Test (Linux) - ${{ matrix.sandbox }} (20.x, sandbox:docker) (push) Has been cancelled
E2E Tests / E2E Test (Linux) - ${{ matrix.sandbox }} (20.x, sandbox:none) (push) Has been cancelled
E2E Tests / E2E Test (Linux) - ${{ matrix.sandbox }} (22.x, sandbox:docker) (push) Has been cancelled
E2E Tests / E2E Test (Linux) - ${{ matrix.sandbox }} (22.x, sandbox:none) (push) Has been cancelled
E2E Tests / E2E Test (Linux) - ${{ matrix.sandbox }} (24.x, sandbox:docker) (push) Has been cancelled
E2E Tests / E2E Test (Linux) - ${{ matrix.sandbox }} (24.x, sandbox:none) (push) Has been cancelled
E2E Tests / E2E Test - macOS (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
Qwen Scheduled Issue Triage / triage-issues (push) Has been cancelled
No Response / no-response (push) Has been cancelled
📋 Gemini Scheduled Issue Deduplication / refresh-embeddings (push) Has been cancelled
Qwen Scheduled PR Triage 🚀 / audit-prs (push) Has been cancelled
46 lines
352 B
Plaintext
46 lines
352 B
Plaintext
# macOS resource forks
|
|
._*
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.venv/
|
|
venv/
|
|
|
|
# Node
|
|
node_modules/
|
|
.npm/
|
|
dist/
|
|
.next/
|
|
.nuxt/
|
|
|
|
# Rust / Cargo
|
|
target/
|
|
|
|
# Archives
|
|
*.rar
|
|
*.tar
|
|
*.tar.gz
|
|
*.zip
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Env files (keep example only)
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|