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

# ── Asobi runtime data ─────────────────────────────────────────────────────
# Project-local graph + vector store (created by asobi.toml / auto-detection)
.asobi/
# Stale root-level DB (real one lives in .asobi/data/)
asobi.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/

