# Python
__pycache__/
*.py[cod]
*.pyo

# Editors
.vscode/
.idea/

# Python virtual environments
venv/
.venv/

# Generated files
investments.html*
master.zip

# OS files
.DS_Store
Thumbs.db
