Merge commit 'cfaf67010017eab368216aded483a64126dbcb2e' as 'bahn/wissensdatenbank'

This commit is contained in:
2026-06-30 21:19:25 +02:00
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"]