Project Files
.gitignore
.rag-data/
node_modules/
dist/
dist-temp/
.state/
logs/
*.log
.vscode/
.idea/
.DS_Store
Thumbs.db
# Python virtual environment (RAG + annotate_image deps — always stays inside plugin dir)
.rag-venv/
# RAG vector database (rebuilt locally)
.rag-data/
# Python bytecode
__pycache__/
*.pyc
*.pyo
# Generated core bundle (synced from draw-things-chat-core)
src/core-bundle.mjs
src/core-bundle.d.mts
# GitHub config
.github/