Fix: Convert protocol_summarizer_webapp from submodule to regular files

- Remove protocol_summarizer_webapp submodule reference
- Add all webapp files as regular files to enable proper PR creation
- Includes Streamlit app, documentation, and configuration files
This commit is contained in:
albertoclemente
2025-07-03 17:23:00 +02:00
parent 581ae06597
commit 99d1d2b4f5
6 changed files with 224 additions and 1 deletions

View File

@@ -0,0 +1,30 @@
updates.md
.env
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
venv/
ENV/
.streamlit/
.idea/
.vscode/
*.swp
*.swo
.DS_Store