9 lines
86 B
Plaintext
9 lines
86 B
Plaintext
# IDE配置
|
|
.vscode
|
|
|
|
# 缓存文件
|
|
**/__pycache__/*.pyc
|
|
|
|
# 生成结果
|
|
result/*.bin
|