2026-04-14 09:59:51 +08:00

27 lines
265 B
Plaintext
Raw 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.

# Python
__pycache__/
*.py[cod]
*$py.class
.Python
.venv/
venv/
.env
*.egg-info/
.eggs/
dist/
build/
# IDE
.idea/
.vscode/
*.swp
*.swo
# 大模型与缓存(见 models/README.txt请单独拷贝或从原仓库同步
models/
cache/
# OS
.DS_Store
Thumbs.db