graphrag/.gitignore
Derek Worthen 619269243d
Restructure project as monorepo. (#2111)
* Restructure project as monorepo.
2025-11-04 09:51:56 -08:00

64 lines
615 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
.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