40 lines
330 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Cookie文件包含敏感信息
cookies/*.json
# Python缓存
__pycache__/
*.py[cod]
*$py.class
*.so
# 环境
.env
.venv
env/
venv/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
# 测试输出
*.png
*.jpg
*.mp4
*.log
# 但保留示例文件
!example*.jpg
!demo*.jpg
!test*.jpg
# macOS
.DS_Store
# 错误截图
error_*.png