Vollständige Pipeline zur Analyse kommunaler Vorlagen aus ALLRIS: - OParl-Import: 20.149 Vorlagen - PDF-Extraktion: 10.045 Volltexte (adaptives Throttling) - KI-Zusammenfassungen: 10.026 via Qwen Plus (parallelisiert) - Beratungsfolge-Scraper: Beschlusstexte + Wortprotokolle - Abstimmungs-Analyse mit Koalitionsmatrix - Georeferenzierung (Nominatim) Stack: FastAPI + SvelteKit + SQLite Deployment: Docker + Traefik auf VServer Daten (DB, Logs) nicht im Repo — siehe Restic-Backup. Repo-Setup: scripts/setup.sh für Neuaufbau aus OParl-API.
29 lines
290 B
Plaintext
29 lines
290 B
Plaintext
# Data (500MB+ DBs, Logs, State)
|
|
data/
|
|
antraege.db
|
|
|
|
# Python
|
|
.venv/
|
|
venv/
|
|
__pycache__/
|
|
*.pyc
|
|
*.egg-info/
|
|
|
|
# Node
|
|
node_modules/
|
|
frontend/.svelte-kit/
|
|
frontend/build/
|
|
|
|
# OS
|
|
.DS_Store
|
|
*.swp
|
|
Thumbs.db
|
|
|
|
# Logs & Runtime
|
|
*.log
|
|
nohup.out
|
|
extract.log
|
|
import_urls.log
|
|
system_metrics.log
|
|
antraege.db
|