*.pyc
__pycache__/
.venv*/
*.egg-info/
build/
dist/
.pytest_cache/
.mypy_cache/
.ruff_cache/
benchmarks/results/
benchmarks/.cache/
CLI_TASKS.md
benchmarks/*.jsonl
benchmarks/*results*.json*
lib/*.so
lib/*.dylib
lib/*.o

# Cython accelerator: built per-platform from src/mind_mem/_mic_map_accel.pyx
# at install time. The .pyx source is committed; generated .c / .so are not.
src/mind_mem/_mic_map_accel.c
src/mind_mem/*.so
src/mind_mem/*.pyd
eval-results*.json
PDR-*.md
*.log

# Local model files (download from HuggingFace)
models/
mind7b_train.jsonl

# arch-mind ecosystem-scan transient files (committed scan.json + last_summary.json only)
.arch-mind/_log_*.txt
.arch-mind/scan_before.json
.arch-mind/key.local
.arch-mind/store.lock
.arch-mind/store/
.coverage
test_out.txt

# Training artifacts (large weights, never commit)
train/output/
mm-train-output/
.mind-mem-index/
_integrity_manifest.json
