# Ignore directories created by setup.sh
slicer-source
slicer-extensions
slicer-dependencies
slicer-discourse
slicer-projectweek
CodingChats-conversations
coding-chats

# Setup timestamp
.setup-stamp.json

# MCP client config — generated by setup.sh with absolute paths that vary
# per machine.  Setup is idempotent and preserves any user-added entries.
.mcp.json

# Search indexes (built from local clones via scripts/build_*.py)
.bm25-index/
.vector-index/

# Background vector-build artifacts (PID + log, written by setup.sh)
.vector-build.log
.vector-build.pid

# Editor temp/swap files
*~
*.swp
*.swo
.*.swp

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/
*.egg

# Virtual environments
.venv/
venv/

# OS files
.DS_Store
Thumbs.db

# vscode
.vscode
