BootcampFinalProject / .gitignore
alexoh2020's picture
added VADER sentiment analysis
0f2373c
raw
history blame contribute delete
199 Bytes
# Environment variables
.env
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
# Virtual environment
.venv/
venv/
.env/
env/
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db
# Streamlit
.streamlit/