download_app/.gitignore

39 lines
363 B
Plaintext

# 运行时生成的文件
download_manager.pid
download_state.json
download_manager.log
# 下载目录
download/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg
*.egg-info/
dist/
build/
# 系统文件
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# 编辑器
*.swp
*.swo
*~
.vscode/
.idea/
*.sublime-*
# 日志
*.log