# Node Artifacts
*/node_modules/
docsite/*/src/**/*.js
docsite/*/lib/
docsite/*/storybook-static/
docsite/*/docsTemp/
docsite/*/build/
.swc/
dist/
.idea
# https://yarnpkg.com/advanced/qa#which-files-should-be-gitignored
docsite/.yarn/*
!docsite/.yarn/patches
!docsite/.yarn/releases
!docsite/.yarn/plugins
!docsite/.yarn/sdks
!docsite/.yarn/versions
docsite/.pnp.*

.yarn/*
!.yarn/patches
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
.pnp.*

# Python Artifacts
python/*/lib/
# Test Output
.coverage
coverage/
licenses.txt
notebooks/*/lancedb
notebooks/*/data
tests/fixtures/cache
tests/fixtures/*/cache
tests/fixtures/*/output
lancedb/
graphfleet/cache
graphfleet/output/20240828-113421
graphfleet/output/20240828-113421/reports
# Random
.DS_Store
*.log*
.venv
.conda
.tmp
.genaiscript

.env
build.zip

.turbo

__pycache__

.pipeline
.genaiscript
# Azurite
temp_azurite/
__azurite*.json
__blobstorage*.json
__blobstorage__/

# Getting started example
ragtest/
.ragtest/
.pipelines
.pipeline

# Large files
*.zip
*.tar.gz
*.7z
*.rar
*.iso
*.dmg
*.pkg
*.exe
*.deb
*.rpm

# Data and model files
*.csv
*.tsv
*.json
*.pkl
*.h5
*.pb

# Directories
data/
models/
logs/