QuantConnect / lean-cli

CLI for running the LEAN engine locally and in the cloud
https://www.lean.io/cli
Apache License 2.0
191 stars 100 forks source link

CLI Should Only Open and Attempt to Upload Relevant Files #372

Closed jaredbroad closed 9 months ago

jaredbroad commented 9 months ago

We should ignore all other files except relevant code ones.

gaviles commented 9 months ago

@rjra2611 please also add some logic to ignore Python environment files, I see errors at least once a day of somebody trying to upload a file from a folder named .venv or env. For this please find commonly named folders for the python environments and don't push them to the cloud this should be a change in the vscode extension and the lean cli.

Image

gaviles commented 9 months ago
gaviles commented 9 months ago

budget 1.5 hours