22 lines
204 B
Plaintext
22 lines
204 B
Plaintext
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# 本地Cookie (!! 绝对禁止打包 !!)
|
|
cookie.txt
|
|
*.bak
|
|
|
|
# 文档
|
|
README.md
|
|
使用文档.md
|
|
*.png
|
|
*.jpg
|
|
|
|
# Python 缓存
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# IDE/系统
|
|
.vscode/
|
|
.DS_Store |