# macOS
.DS_Store

# Editor
.vscode/
.idea/

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

# Quarto (when example projects accumulate)
_output/
_freeze/
.quarto/
*_files/

# Claude Code session artifacts (worktrees, plans, etc.)
.claude/

# graphify knowledge-graph output cache
graphify-out/

# Generated docs (rendered by Quarto from docs-src/*.qmd into Starlight)
site/src/content/docs/first-manuscript.md
docs-src/references.json
docs-src/_freeze/
docs-src/.quarto/

# Playwright MCP screenshot artifacts
.playwright-mcp/
