File size: 235 Bytes
d573b56 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
# Distribution / packaging
.Python
build/
models/
outputs/
rag/chroma/
# database
*.sqlite3
# log
*.log
.env
# ---> VisualStudioCode
.vscode/*
.vscode/settings.json
*.code-workspace
/.idea
# __pycache__ 目录
**/__pycache__/ |