# 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/

# Build artifact: regenerated by scripts/parse_existing.py on every build
# (it stamps date.today(), so tracking it just creates perpetual churn).
data/legacy_consolidated.json

# STIX export (build/site artifact, generated by scripts/export_stix.py;
# served from GitHub Pages, not committed to keep the repo lean)
data/incidents.stix.json
docs/data/incidents.stix.json
