gwoe-antragspruefer/.gitignore
Dotty Dotter ad1db2a924 feat: 16 BL-Adapter, Drucksache-Typen, Mail-Digest, Clustering, Redline-Parser
- 16 aktive BL-Adapter + BUND (parlamente.py 3397 LOC)
- drucksache_typen.py: BL-spezifische Typ-Normalisierung (#127)
- mail.py: SMTP + Daily-Digest (#124)
- clustering.py: Embedding-Naehe-Graph + Bubble-Chart (#105)
- redline_utils.py: §INS§/§DEL§-Parser + PDF-Cite-URL-Builder
- embeddings v3->v4 Migration (#123, ADR 0006)
- chart.js + d3.v7 als statische Assets fuer Auswertungen-Cluster

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-25 20:54:50 +02:00

22 lines
184 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
venv/
.env
# Data (persistent on server, not in repo)
data/
reports/
# IDE
.idea/
.vscode/
*.swp
# OS
.DS_Store
Thumbs.db
site/
.coverage