Files
SPA-landing/.gitignore
Admin c176c7ce39 Add Schadenprotokoll SPA with Python Flask API
New tool for processing damage protocols:
- Tab 1: Generate pre-filled PDF from Schadenlaufzettel.docx
- Tab 2: Analyze filled PDF forms and extract dropdown selections
- Tab 3: Generate Vorbericht.docx from filled PDF data

Backend: Flask API with pypdf and python-docx
Frontend: Vanilla JS SPA with drag-drop file upload

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-21 11:46:05 +00:00

21 lines
208 B
Plaintext

# OS files
.DS_Store
Thumbs.db
# Editor files
*.swp
*.swo
*~
# Node modules (falls vorhanden)
node_modules/
# Temp files
*.tmp
*.bak
kostenschaetzung/
schadendokumentation/
zeitwert/
.claude/
__pycache__/