Langchain-Chatchat/.gitignore
Kyle Zhang 6e9a7e0c89
chore: update .gitignore (#1364)
Added '/' before knowledge_base/ and configs/*.py to make them match
directories at root folder only.

Signed-off-by: Kyle Zhang <zhangk1985@gmail.com>
Co-authored-by: imClumsyPanda <littlepanda0716@gmail.com>
2023-09-08 13:29:40 +08:00

10 lines
94 B
Plaintext

*.log
*.log.*
logs
.idea/
__pycache__/
/knowledge_base/
/configs/*.py
.vscode/
.pytest_cache/