Fetching metadata from the HF Docker repository...
Update .gitignore
7210359 | |
| __pycache__/ |
| *.py[cod] |
| *.egg-info/ |
| .eggs/ |
| *.tgz |
| *.tar.gz |
| *.ini |
|
|
| |
| .venv/ |
| env/ |
| venv/ |
| *.env* |
| .env_example |
|
|
| |
| dist/ |
| build/ |
| site/ |
|
|
| |
| *.log |
| *.log.* |
| *.logfire |
| *.coverage/ |
| log/ |
|
|
| |
| .cache/ |
| .mypy_cache/ |
| .pytest_cache/ |
| .ruff_cache/ |
| .gradio/ |
| .history/ |
| temp/ |
|
|
| |
| .idea/ |
| .vscode/ |
| .vscode/settings.json |
|
|
| |
| local_neo4jWorkDir/ |
| neo4jWorkDir/ |
|
|
| |
| inputs/ |
| rag_storage/ |
| examples/input/ |
| examples/output/ |
| output*/ |
|
|
| |
| .DS_Store |
| TODO.md |
| ignore_this.txt |
| *.ignore.* |
|
|
| |
| dickens*/ |
| book.txt |
| LightRAG.pdf |
| download_models_hf.py |
| lightrag-dev/ |
| gui/ |
|
|
| |
| test_* |
|
|
| |
| memory-bank/ |
|
|