__pycache__/
*.pyc
build/
aitp_kernel.egg-info/

data/documents.json
data/queries/*.json

# paper-run artifacts are local state (do not version)
data/paper-runs/

# PDF caches are local artifacts (do not version)
data/queries/pdf_cache*/
data/queries/**/*.pdf

# layer runtime/topic artifacts are local state
source-layer/topics/*
!source-layer/topics/.gitkeep
source-layer/compiled/*
!source-layer/compiled/.gitkeep
intake/topics/*
!intake/topics/.gitkeep
feedback/topics/*
!feedback/topics/.gitkeep
consultation/topics/*
!consultation/topics/.gitkeep
runtime/topics/*
!runtime/topics/.gitkeep
runtime/explorations/*
!runtime/explorations/.gitkeep
runtime/active_topics.json
runtime/active_topics.md
runtime/topic_family_reuse.json
runtime/topic_family_reuse.md
runtime/collaborator_memory.jsonl
runtime/collaborator_memory.md
validation/topics/*
!validation/topics/.gitkeep
data/topics/*
!data/topics/.gitkeep

!data/.gitkeep
!data/queries/.gitkeep
