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

# Virtual environments
.venv/
venv/
env/

# IDE
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Testing & tools
.pytest_cache/
.ruff_cache/
.mypy_cache/
htmlcov/
.coverage

# vstash data
*.db
vstash.toml

# ONNX model cache
.fastembed_cache/

# Experiment datasets (large, auto-downloaded by scripts)
# Regenerate with: python -m experiments.beir_benchmark
experiments/data/beir_*/
experiments/data/beir_*_raw/
experiments/data/arxiv_cache/
experiments/data/hf_cache/
experiments/data/wikipedia_corpus.json

# Large test files
experiments/*.pdf
experiments/results/rrf_training_pairs.jsonl
experiments/results/rrf_training_pairs.stats.json
