# Python
.venv/
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/

# 运行时数据（走 docker volume，不入库）
data/
data-gpu/
/models/
config.yaml
*.pid
logs/

# 编辑器
.vscode/
.idea/

# 测试数据与脚本（本地测试用，不入库）
/test/

# 导出的 Docker 镜像 tar（太大，不入库）
*.tar

build/