# uv / Python
.venv/
__pycache__/
*.pyc
.pytest_cache/
.ruff_cache/
build/
dist/
*.egg-info/

# Editor / OS
.idea/
.vscode/
*.swp
.DS_Store

# Local env
.env
.env.local

# Per-user Claude Code workspace state — points to absolute paths.
.claude/
.mcp.json

# Embedder model cache (fastembed) and stray Rust artifacts.
.fastembed_cache/
target/

# ken — local index, daemon socket, logs
.ken/

# Mined eval labels — contain real prompt text (possible secrets); never commit.
mined.jsonl
examples/bench/eval/mined.jsonl
