mirror of
https://github.com/shawnkim1997/All-in-one-Financial-Analysis.git
synced 2026-08-12 18:18:03 +00:00
21 lines
146 B
Plaintext
21 lines
146 B
Plaintext
venv/
|
|
.env
|
|
__pycache__/
|
|
.DS_Store
|
|
|
|
# Streamlit
|
|
.streamlit/
|
|
|
|
# Python
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.eggs/
|
|
dist/
|
|
build/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|