Files
Netease_url/.dockerignore
2025-11-05 14:22:18 +08:00

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