-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy path.gitignore
More file actions
75 lines (63 loc) · 1.33 KB
/
Copy path.gitignore
File metadata and controls
75 lines (63 loc) · 1.33 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
# ===========================
# 1. Python 环境与缓存
# ===========================
venv/
.venv/
__pycache__/
.mypy_cache/
# ===========================
# 2. Pixi 包管理环境
# ===========================
.pixi/*
!.pixi/config.toml
# ===========================
# 3. IDE 与编辑器配置
# ===========================
.idea/
.vscode/
# ===========================
# 4. AI 辅助工具配置
# ===========================
.claude/
.codex/
.copilot/
.codeartsdoer
# ===========================
# 5. 模型权重与构建产物
# ===========================
# 模型文件
models/*.png
*.pth
*.onnx
*.onnx.data
# 构建与输出目录
build/
output/
# ===========================
# 6. 数据集与媒体资源
# ===========================
# 基础数据目录
data/images/
data/[0-9][0-9][0-9][0-9]_[0-1][0-9]_[0-3][0-9]__[0-2][0-9]_[0-5][0-9]_[0-5][0-9]/
images/nums/
arknights_package_[0-9][0-9][0-9][0-9][0-1][0-9][0-3][0-9]_[0-2][0-9][0-5][0-9][0-5][0-9].zip
# 训练相关数据
data_train/tmp/
data_train/package/*.zip
data_train/data_images/
# 单独的截图文件
screenshot.png
# ===========================
# 7. 日志与临时文件
# ===========================
# 日志
log.txt
*.log
# 临时目录
tmp
# ===========================
# 8. 其他杂项文件
# ===========================
arknights.csv
multi_ports.txt
*.bak