Hello! Whenever we run your processors in Shared Processors it generates *.pyc files in the folder RecipeRepos/com.github.autopkg.MLBZ521-recipes/Shared Processors.
These files are picked up by VS Code as new files to commit to your repo.
If you create a .gitignore in the base of your repo and add for example *.pyc or **/__pycache__ these files would be excluded.
Hello! Whenever we run your processors in
Shared Processors
it generates*.pyc
files in the folderRecipeRepos/com.github.autopkg.MLBZ521-recipes/Shared Processors
.These files are picked up by VS Code as new files to commit to your repo.
If you create a
.gitignore
in the base of your repo and add for example*.pyc
or**/__pycache__
these files would be excluded.Thanks!