ConceptSliders / .gitignore
Vanisper's picture
chore: 更新 .gitignore,添加 Python 版本 3.10.16,新增多个模型文件
dc8356e
raw
history blame
119 Bytes
# 忽略所有 __pycache__ 目录
**/__pycache__/
# 忽略 Python 虚拟环境
.conda
.env/
.venv/
env/
venv/
.gradio