11 lines
96 B
Plaintext
11 lines
96 B
Plaintext
# 运行时生成的数据目录
|
|
data/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/ |