6 lines
82 B
Plaintext
6 lines
82 B
Plaintext
# 剔除环境文件
|
|
.env
|
|
# 剔除不需要的文件夹
|
|
.venv/
|
|
.idea/
|
|
__pycache__/ |