# OS / editor
.DS_Store
Thumbs.db
*.swp
.idea/
.vscode/

# Python
__pycache__/
*.pyc
.venv/
venv/

# Generated search artifacts (CI / the MCP server rebuild them on demand)
**/.okf-index.json
**/.okf-embed.json

# Local deploy secrets
deploy/.env

# mdBook build output
book/book/
book-en/book/

# Raw sources are often large or private — keep the folder, ignore real contents.
# Comment these out if you WANT to version your sources.
raw/*
!raw/README.md
!raw/.gitkeep
