# Local development
venv/
.venv/
.ipynb_checkpoints
.__pycache__
__pycache__
dev_notebooks/
.vscode
.mypy_cache
.pytest_cache
.ruff_cache
.env
fed-rag.code-workspace
.fed_rag/

# docs
site/
docs/stylesheets/extra.css.map

# datasets for running examples
data/
!src/fed_rag/utils/data
!tests/utils/data

# HF training artifacts
tmp_trainer/

# example benchmark results
.benchmark_results

# example checkpoints
.checkpoints

# qdrant
qdrant_storage

# notebooks
dev_notebooks

# trainer outputs
trainer_output
unsloth_compiled_cache
