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