# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
.benchmark-venv/
venv/
env/

# Tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Librarian data / generated indexes
librarian_data/
*.faiss
*.faiss.meta.json
index.json

# Benchmark downloads, generated corpora, indexes, and raw runs
benchmarks/data/
benchmarks/runs/
benchmarks/indexes/
benchmarks/tmp/

# OS / editors
.DS_Store
.idea/
.vscode/
