# 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

# Generated at Pages build time (scripts/make_og_image.py), not committed.
docs/og-image.png

# Static TAXII 2.1 endpoint + MISP feed (Pages build artifacts, generated by
# scripts/export_taxii.py / scripts/export_misp.py; served from Pages, not
# committed to keep the repo lean).
docs/taxii2/
docs/misp/
