# ~/.gitignore_global của máy ignore *.md — repo này là docs-as-code,
# markdown là sản phẩm chính nên phải bỏ chặn tại đây
!*.md

# Tài liệu gốc có bản quyền (ARINC, ICAO) — tuyệt đối không commit
sources/

# Sản phẩm trung gian của pipeline (Docling JSON, summarize jobs)
.kb-work/

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

# macOS
.DS_Store

# SDD scratch
.superpowers/
