mirror of
https://github.com/microsoft/graphrag.git
synced 2026-02-18 00:35:44 +08:00
* Replace docs by mkdocs-material * Fix markdown * Fix verions in gh-pages workflow * remove whitespaces * add semver * Add build docs check on python-ci * Fix command in index cli * Spellcheck * Spellcheck * remove docsite paths * clear outputs from notebook * remove dependabot npm for docsite * remove more docsite left overs * execute notebooks * Update notebooks * update poetry lock * Remove notebook build from ci * Revert dep update * Navigation tabs * Fix stylesheet * add kwds to dictionary * Turn on notebook execution * Update gitignore * Add MSR Blog posts * spellcheck * Accessibility Changes --------- Co-authored-by: Alonso Guevara <alonsog@microsoft.com>
53 lines
520 B
Plaintext
53 lines
520 B
Plaintext
# Python Artifacts
|
|
python/*/lib/
|
|
dist/
|
|
# Test Output
|
|
.coverage
|
|
coverage/
|
|
licenses.txt
|
|
examples_notebooks/*/lancedb
|
|
examples_notebooks/*/data
|
|
tests/fixtures/cache
|
|
tests/fixtures/*/cache
|
|
tests/fixtures/*/output
|
|
lancedb/
|
|
|
|
# Random
|
|
.DS_Store
|
|
*.log*
|
|
.venv
|
|
venv/
|
|
.conda
|
|
.tmp
|
|
|
|
|
|
.env
|
|
build.zip
|
|
|
|
.turbo
|
|
|
|
__pycache__
|
|
|
|
.pipeline
|
|
|
|
# Azurite
|
|
temp_azurite/
|
|
__azurite*.json
|
|
__blobstorage*.json
|
|
__blobstorage__/
|
|
|
|
# Getting started example
|
|
ragtest/
|
|
.ragtest/
|
|
.pipelines
|
|
.pipeline
|
|
|
|
|
|
# mkdocs
|
|
site/
|
|
|
|
# Docs migration
|
|
docsite/
|
|
.yarn/
|
|
.pnp*
|