Closed napulen closed 3 years ago
Good call! We should definitely promote this and any other files that everyone we'll all want to ignore up to a new, shared gitignore
.
Any other candidates?
.*
)?Yes to hidden files and yes to PDFs too (probably). Thanks for merging.
Maybe there are other temporary files that can be conveniently ignored in version control (e.g., MuseScore temporary files, other python temporary files, etc.).
However, one that is particularly present at the time is the
__pycache__
generated after running code within theCode/
folder. This__pycache__
should not be committed to version history and shouldn't give the impression of changes to the repo when it is created automatically.This commit pushes a gitignore file to ignore the
__pycache__
.