# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/

# Editor
.vscode/
.idea/
*.swp

# Claude Code session-local config
.claude/

# OS
.DS_Store
Thumbs.db
desktop.ini

# Local-only ingest scratch (the canonical ingest/* JSON files are tracked)
ingest/*.scratch.json
ingest/.cache/
ingest/_cache/

# Build artifacts
dist/
build/

# Jekyll preview output (the deployed site is built by GitHub Pages)
docs/_site/
docs/.jekyll-cache/
