# Chainlit .chainlit/ .files/ chainlit.md # Coverage.py htmlcov/ reports/ # cruft *.rej # Data *.csv* *.dat* *.pickle* *.xls* *.zip* data/ # direnv .envrc # dotenv .env # rerankers .*_cache/ # Hypothesis .hypothesis/ # Jupyter *.ipynb .ipynb_checkpoints/ notebooks/ # macOS .DS_Store # mypy .dmypy.json .mypy_cache/ # Node.js node_modules/ # Poetry .venv/ dist/ # PyCharm .idea/ # pyenv .python-version # pytest .pytest_cache/ # Python __pycache__/ *.py[cdo] # RAGLite *.db *.sqlite # Ruff .ruff_cache/ # Terraform .terraform/ # VS Code .vscode/