graphrag/.gitignore
Alonso Guevara e21a38f2ab
Fix/notebooks (#1614)
* Add new inputs and missing vector store for retrieving vectors

* Format

* Semver

* Remove .Identifier files

* Fix spellcheck

* Remove unnecessary input file for notebooks
2025-01-13 17:41:39 -06:00

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/