Update .gitignore

This commit is contained in:
IdleCloud
2025-09-24 17:54:52 +08:00
parent 806369e498
commit b53e625d60
+2 -2
View File
@@ -4,13 +4,13 @@
/dist /dist
/.vscode /.vscode
/__pycache__ /__pycache__
__pycache__/
*.pyc
/markdown /markdown
/vectorstore /vectorstore
/example /example
config.json config.json
config_test.json config_test.json
/novel_generator/__pycache__
/ui/__pycache__
.idea/ .idea/
/novel /novel
app.log app.log