# The machine's ~/.gitignore_global ignores *.md — this repo is docs-as-code,
# markdown is the main deliverable, so it must be un-ignored here
!*.md

# Copyrighted source documents (ARINC, ICAO) — ABSOLUTELY never commit
sources/

# Intermediate pipeline artifacts (Docling JSON, summarize jobs)
.kb-work/

# Python
__pycache__/
*.pyc
.venv/
.venv
venv/
.venv-artifact/
.venv-runner/
*.egg-info/
dist/
build/

# macOS
.DS_Store

# SDD scratch
.superpowers/

# Git worktrees (SDD isolation)
.worktrees/
