Initial commit: 10-K Financial Summarizer with Gemini AI

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Seonpil
2026-02-12 14:48:19 +00:00
co-authored by Cursor
commit 69a6a255f7
5 changed files with 589 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
venv/
.env
__pycache__/
.DS_Store
# Streamlit
.streamlit/
# Python
*.py[cod]
*.egg-info/
.eggs/
dist/
build/
# IDE
.idea/
.vscode/
*.swp
*.swo