# Python-generated files
.DS_Store
.ruff_cache

__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

.vscode

/evaluation_result*/
/results*/

*.yaml
!.github/**
!example/**
*.json
*.csv

*.png
!docs/assets/**



outputs/
guided_teaching/
tests/

label_studio.txt

*.db
*.sqlite
*.bin

# Virtual environments
.venv

# devs 开发中用到的一些测试文件
.devs/

# generated 目录下的文件不需要被 git 管理
generated/
