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

# Virtual envs
.venv/
venv/
env/

# PaperMind runtime
.papermind/
*.faiss
report/
*.report.json

# IDE / OS
.vscode/
.idea/
.DS_Store
Thumbs.db

# Playwright MCP browser artifacts / screenshots
.playwright-mcp/

# Dev-only scratch at the repo root (preview pages, screenshots, sample renders),
# coverage, and the local MCP config. Real assets live under papermind/assets/ and
# examples/figures/, so ignoring root-level images/PDFs is safe.
examples/_*.html
/preview.html
/*.png
/*.svg
/*.pdf
.coverage
.mcp.json
