.git/ .venv/ __pycache__/ *.pyc *.pyo *.pyd .pytest_cache/ .cache/ logs/ botpy.log .env .env.* !.env.example # 本地/旧知识库缓存,运行时通过 volume 挂载必要目录 knowledge/index/ knowledge/models/ knowledge/chroma_db/ knowledge/qa_cache.json cache/ chroma_db/ index/ models/ # 开发/备份文件 front/node_modules/ front/dist/ main.py.bak .patch_autodelete.py static/ memory/ tool_results/