-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy path.gitignore
More file actions
89 lines (75 loc) · 1.34 KB
/
Copy path.gitignore
File metadata and controls
89 lines (75 loc) · 1.34 KB
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
# 依赖
node_modules/
package-lock.json
yarn.lock
# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.venv/
venv/
env/
ENV/
# 环境变量与密钥(绝不提交)
.env
.env.local
.env.*.local
*.pem
*.key
secrets.json
# 本地数据
pool.json
server.log
*.log
logs/
# IDE / 编辑器
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db
# 构建产物
dist/
build/
.cache/
# 临时文件
*.tmp
*.bak
*.orig
# 项目特定
lxgw-wenkai-v1.522/
website-de-ai-prd/
bioquest-redesign/
test_screenshots/
__tests__/
pool.json.bak
waf-rules.txt
# GGBO 高中生物竞赛(独立项目,不属于 BioQuest 主仓库)
ggbo-answer/
ggbo_*.json
summer-plan/
# 本地审计/调试产物
__audit_shots__/
__audit_*.py
__final_audit.py
# ===== 构建管线中间产物(不应入库)=====
# Python 数据集生成过程的 pickle 中间文件
*.pkl
# 命名含 _temp_ 的临时文件(脚本/数据)
_temp_*
Temp/*.bin
# 注:js/vendor/RDKit_minimal.wasm 是运行时必需依赖,需保留在 git 中,
# 因此不全局忽略 *.wasm。
# ===== 一次性/迭代遗留脚本(已归档到 scripts/legacy/)=====
data/_DATA_PART1.py
data/_step1_zz.py
data/_phase1_zz.py
# ===== IDE 分享包 / QA 测试中间产物(不入库)=====
.trae-html-share-packages/
coverage/
# ===== AI 工具工作区(P2-5:.trae/ 不入库)=====
.trae/
.trae/specs/