wulewule / .gitignore
zhiyun.xu
update demo
d573b56
raw
history blame
235 Bytes
# Distribution / packaging
.Python
build/
models/
outputs/
rag/chroma/
# database
*.sqlite3
# log
*.log
.env
# ---> VisualStudioCode
.vscode/*
.vscode/settings.json
*.code-workspace
/.idea
# __pycache__ 目录
**/__pycache__/