You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I run this project in my computers python environment a pycache directory will be created. I would like to be able to use rsync but exclude this directory.
The text was updated successfully, but these errors were encountered:
This will be a great feature.
Exclude should also work to prevent deleting files on board (ex : a data folder which contains files on the board and not on source).
Let's say my project structure looks like this:
main.py
package/
module.py
If I run this project in my computers python environment a pycache directory will be created. I would like to be able to use rsync but exclude this directory.
The text was updated successfully, but these errors were encountered: