# Python bytecode
__pycache__/
*.pyc

# Ingestion scratch (never ship inside an OKF bundle)
_ingest/
**/_ingest/

# Generated OKF bundles (user output - may contain private/internal/confidential
# data, e.g. the EDME bundle). Do NOT push these; regenerate from sources.
bundles/

# Local source clones used as ingestion input
_src/

# OS / editor cruft
.DS_Store
Thumbs.db
