mirror of
https://github.com/microsoft/graphrag.git
synced 2025-06-26 23:19:58 +00:00

* Add new inputs and missing vector store for retrieving vectors * Format * Semver * Remove .Identifier files * Fix spellcheck * Remove unnecessary input file for notebooks
59 lines
556 B
Plaintext
59 lines
556 B
Plaintext
# Python Artifacts
|
|
python/*/lib/
|
|
dist/
|
|
|
|
# Test Output
|
|
.coverage
|
|
coverage/
|
|
licenses.txt
|
|
examples_notebooks/*/data
|
|
tests/fixtures/cache
|
|
tests/fixtures/*/cache
|
|
tests/fixtures/*/output
|
|
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*
|
|
|
|
# PyCharm
|
|
.idea/
|
|
|
|
# Jupyter notebook
|
|
.ipynb_checkpoints/
|