Semantic_Hunter / .gitignore
jiang buqing
1. 删除放弃按钮
2e254f6
raw
history blame contribute delete
331 Bytes
# 模型缓存目录
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