wulewule / .gitignore
xzyun2011's picture
update_config
811815e
raw
history blame contribute delete
241 Bytes
# Distribution / packaging
.Python
build/
models/
outputs/
rag/chroma/
# database
*.sqlite3
# log
*.log
.env
*.mp3
# ---> VisualStudioCode
.vscode/*
.vscode/settings.json
*.code-workspace
/.idea
# __pycache__ 目录
**/__pycache__/