Spaces:
Running
Running
# 模型缓存目录 | |
hf_cache/ | |
# | |
.venv/ | |
# Python | |
__pycache__/ | |
*.py[cod] | |
*$py.class | |
*.so | |
.Python | |
env/ | |
build/ | |
develop-eggs/ | |
dist/ | |
downloads/ | |
eggs/ | |
.eggs/ | |
lib/ | |
lib64/ | |
parts/ | |
sdist/ | |
var/ | |
*.egg-info/ | |
.installed.cfg | |
*.egg | |
# 系统文件 | |
.DS_Store | |
Thumbs.db | |
# 编辑器文件 | |
.idea/ | |
.vscode/ | |
*.swp | |
*.swo | |
Semantic_Hunter.code-workspace |