File size: 227 Bytes
7aae94f
f11b057
804b114
c21efc7
 
 
8772b50
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
*.pyc
model_infos.json
space
.venv
results
mteb
**/.DS_Store

# FastAPI
**/__pycache__/
.pytest_cache/
.coverage
htmlcov/

# Gradio
flagged/
gradio_cached_examples/
tmp/
logs/

# IDE
.idea/
.vscode/

# 环境相关
.env
.env.*