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

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

# Project
*.lance/
*.lance
*.duckdb
.env
.env.*
!.env.example

# Test fixtures: ignore by default so users can drop in personal /
# copyrighted samples locally, but allowlist the small originals we
# author + ship with the repo.
tests/fixtures/*
!tests/fixtures/.gitkeep
!tests/fixtures/sample.pdf
!tests/fixtures/README.md

# OS
.DS_Store

# IDE
.idea/
.vscode/

# Benchmark run output (raw logs); scores live in docs/benchmarks/
results/
