__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
.venv*/
venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
coverage.xml
htmlcov/
*.duckdb
*.sqlite
.pyds_ai/
.env
.ipynb_checkpoints/
# Artifacts the example notebooks write into their own directory when run
# (nbmake in CI, or a local `jupyter nbconvert --execute`) -- not repo content.
examples/*.pptx
examples/refund_policy.md
examples/onboarding.md
examples/qa_cases.csv
site/
.mkdocs_cache/
