# ── Rust ─────────────────────────────────────────────────────────────────────
target/

# ── Miku runtime data ─────────────────────────────────────────────────────
# Project-local graph + vector store (created by miku.toml / auto-detection)
.miku/
# Stale root-level DB (real one lives in .miku/data/)
miku.db
# Legacy pre-rename workspace (rosemary → miku); ignore stale local data
.rosemary/
rosemary.db

# ── Fastembed model cache ─────────────────────────────────────────────────────
.fastembed_cache/

# ── Dev artifacts ─────────────────────────────────────────────────────────────
.DS_Store
memory_export.json
tools_list.json
*.txt

# ── Python (uv) ───────────────────────────────────────────────────────────────
.venv/
__pycache__/
*.pyc

# ── Secrets & local config ────────────────────────────────────────────────────
.env
.env.*
.claude/settings.local.json

# ── Agent session state (local only) ─────────────────────────────────────────
.agents/CURRENT_TASK.md
.agents/MEMORY.md
.antigravitycli/

