CoT-Lab / .gitignore
Dango233's picture
Naming And Details
ffc5b57
raw
history blame
103 Bytes
# Environment files
.env
.apikey # 同时忽略旧密钥文件
# Python
__pycache__/
*.py[cod]
.venv/