mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
Some checks failed
Qwen Code CI / Lint (GitHub Actions) (push) Has been cancelled
Qwen Code CI / Lint (Javascript) (push) Has been cancelled
Qwen Code CI / Lint (Shell) (push) Has been cancelled
Qwen Code CI / Lint (YAML) (push) Has been cancelled
Qwen Code CI / CodeQL (push) Has been cancelled
E2E Tests / E2E Test (Linux) - sandbox:docker (push) Has been cancelled
E2E Tests / E2E Test (Linux) - sandbox:none (push) Has been cancelled
E2E Tests / E2E Test - macOS (push) Has been cancelled
Qwen Code CI / Lint (push) Has been cancelled
Qwen Code CI / Test (push) Has been cancelled
Qwen Code CI / Post Coverage Comment (push) Has been cancelled
* integrate terminal bench * fix ci * add ci * fix ci * fix ci * parallel ci * handle timeout * fix lint * trigger
13 lines
No EOL
258 B
Text
13 lines
No EOL
258 B
Text
# Ignore protected directories (contain solutions we don't need to commit)
|
|
*/protected/
|
|
|
|
# Ignore Docker-related files that can be large
|
|
*.tar
|
|
*.tar.gz
|
|
|
|
# Ignore any generated files
|
|
*.pyc
|
|
__pycache__/
|
|
.pytest_cache/
|
|
|
|
# Keep task.yaml and essential test files |