Files
lightrag/.gitignore
Roy 0ec61d6407 Update project dependencies and example test files
- Updated requirements.txt with latest package versions
- Added support for filtering query results by IDs in base and operate modules
- Modified PostgreSQL vector storage to include document and chunk ID fields
2025-03-07 18:45:28 +00:00

88 lines
1.1 KiB
Plaintext

# Python-related files
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
*.tgz
*.tar.gz
*.ini
# Virtual Environment
.venv/
env/
venv/
*.env*
.env_example
# Build / Distribution
dist/
build/
site/
# Logs / Reports
*.log
*.log.*
*.logfire
*.coverage/
log/
# Caches
.cache/
.mypy_cache/
.pytest_cache/
.ruff_cache/
.gradio/
.history/
temp/
# IDE / Editor Files
.idea/
.vscode/
.vscode/settings.json
# Framework-specific files
local_neo4jWorkDir/
neo4jWorkDir/
# Data & Storage
inputs/
rag_storage/
examples/input/
examples/output/
# Miscellaneous
.DS_Store
TODO.md
ignore_this.txt
*.ignore.*
# Project-specific files
dickens*/
book.txt
lightrag-dev/
gui/
# unit-test files
test_*
Miniconda3-latest-Linux-x86_64.sh
requirements_basic.txt
requirements.txt
examples/test_chromadb.py
examples/test_faiss.py
examples/test_neo4j.py
.gitignore
requirements.txt
examples/test_chromadb.py
examples/test_faiss.py
examples/*
tests/test_lightrag_ollama_chat.py
requirements.txt
requirements.txt
examples/test_chromadb.py
examples/test_faiss.py
examples/test_neo4j.py
tests/test_lightrag_ollama_chat.py
examples/test_chromadb.py
examples/test_faiss.py
examples/test_neo4j.py