-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.gitignore
More file actions
94 lines (80 loc) · 918 Bytes
/
.gitignore
File metadata and controls
94 lines (80 loc) · 918 Bytes
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# 忽略 embeddingmodel 模型目录
embeddingmodel/
# Python 相关
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# 虚拟环境
venv/
env/
ENV/
.venv
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# 日志文件
*.log
logs/
# 环境变量文件
.env
.env.local
.env.*.local
# 临时文件
*.tmp
*.temp
.DS_Store
Thumbs.db
# 数据文件
*.db
*.sqlite
*.sqlite3
# 缓存目录
.cache/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.worktrees
# 上传和缓存目录
uploads/
sandbox/utils/search_v2/uploads/
sandbox/utils/search_v2/logs/
# 模型文件(大文件)
*.bin
*.safetensors
*.pt
*.pth
*.onnx
*.h5
*.pb
# 其他大文件
*.zip
*.tar.gz
*.rar
# 本地镜像文件目录
osworld-image/
sandbox_recordings/
results/
osworld-image copy/Ubuntu.qcow2
fordiff/
# Local SQL workspace
sql/