Squashed 'bahn/wissensdatenbank/' content from commit 07a8196e

git-subtree-dir: bahn/wissensdatenbank
git-subtree-split: 07a8196e5f9e55d027f90485beb95f4006387669
This commit is contained in:
2026-06-30 21:19:25 +02:00
commit cfaf670100
4724 changed files with 667022 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
[project]
name = "wissensdatenbank"
version = "0.1.0"
description = "ETL-Pipeline fuer LLM/RAG: Confluence/Web/PDF -> klassifiziertes Markdown"
requires-python = ">=3.11"
[tool.ruff]
line-length = 120
target-version = "py311"
exclude = [".venv", "data"]
[tool.ruff.lint]
select = ["E", "F", "I"]
ignore = ["E501"]
[tool.pytest.ini_options]
testpaths = ["tests"]