# Secrets — never commit real keys
.env
.env.local
*.local

# Go reference impl
core/sift
core/sift.exe
*.test
*.out

# Python
.venv/
venv/
env/
embed-svc/.venv/
__pycache__/
*.py[cod]
.fastembed_cache/
*.egg-info/
.eggs/
build/
dist/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Benchmarks raw output (RESULTS.md is the curated one)
benchmarks/results.json

# Research notes (private scratch — remove this line to publish it)
conversa.txt

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