8 lines
125 B
Plaintext
8 lines
125 B
Plaintext
# 虚拟环境
|
|
.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# 运行时数据 (分卷/合并/解密中间产物 + 明文存储 + 密钥)
|
|
data/
|