# Frontend
frontend/node_modules/
frontend/dist/
frontend/*.tsbuildinfo
.pnpm-store/

# Backend
backend/.venv/
backend/.uv-cache/
backend/.pytest_cache/
backend/*.egg-info/
backend/**/__pycache__/
backend/.env
# 运行期生成的 SQLite 索引（vault 下的 Markdown 测试数据需提交）
backend/data/*.db*
backend/data/credentials/

# Editors and operating systems
.idea/
.vscode/
.DS_Store
Thumbs.db
