6b7e6b44f1
gh-pages / build (push) Waiting to run
Python Publish (pypi) / Upload release to PyPI (push) Waiting to run
Spellcheck / spellcheck (push) Waiting to run
Python Build and Type Check / python-ci (ubuntu-latest, 3.11) (push) Has been cancelled
Python Build and Type Check / python-ci (ubuntu-latest, 3.13) (push) Has been cancelled
Python Build and Type Check / python-ci (windows-latest, 3.11) (push) Has been cancelled
Python Build and Type Check / python-ci (windows-latest, 3.13) (push) Has been cancelled
Python Integration Tests / python-ci (ubuntu-latest, 3.13) (push) Has been cancelled
Python Integration Tests / python-ci (windows-latest, 3.13) (push) Has been cancelled
Python Notebook Tests / python-ci (ubuntu-latest, 3.13) (push) Has been cancelled
Python Notebook Tests / python-ci (windows-latest, 3.13) (push) Has been cancelled
Python Smoke Tests / python-ci (ubuntu-latest, 3.13) (push) Has been cancelled
Python Smoke Tests / python-ci (windows-latest, 3.13) (push) Has been cancelled
Python Unit Tests / python-ci (ubuntu-latest, 3.13) (push) Has been cancelled
Python Unit Tests / python-ci (windows-latest, 3.13) (push) Has been cancelled
69 lines
808 B
Plaintext
69 lines
808 B
Plaintext
# Python Artifacts
|
|
python/*/lib/
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
|
|
# 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
|
|
packages/graphrag-llm/notebooks/metrics
|
|
packages/graphrag-llm/notebooks/cache
|
|
|
|
.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/
|
|
|
|
# Root build assets
|
|
packages/*/LICENSE
|
|
|
|
# Notebooks outputs
|
|
packages/graphrag-*/example_notebooks/**/output
|
|
packages/graphrag-*/example_notebooks/**/cache |