mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
* integrate terminal bench * fix ci * add ci * fix ci * fix ci * parallel ci * handle timeout * fix lint * trigger
13 lines
258 B
Plaintext
13 lines
258 B
Plaintext
# 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 |