Files
All-in-one-Financial-Analysis/.gitignore
T

23 lines
168 B
Plaintext

venv/
.env
.app_prefs.json
data/
__pycache__/
.DS_Store
# Streamlit
.streamlit/
# Python
*.py[cod]
*.egg-info/
.eggs/
dist/
build/
# IDE
.idea/
.vscode/
*.swp
*.swo