autopkg / MLBZ521-recipes

AutoPkg Recipes
MIT License
14 stars 22 forks source link

Create .gitignore file #71

Open pandemicus opened 9 months ago

pandemicus commented 9 months ago

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.

Thanks!