rahul-gaidhane / project_mag

0 stars 0 forks source link

update .gitignore to hide __pycache__ files #24

Closed satyanash closed 6 years ago

satyanash commented 6 years ago

Our .gitignore should ignore any __pycache__ directories that may be created during Python execution.

satyanash commented 6 years ago

We should also remove any committed pycach directories from version control.

rahul-gaidhane commented 6 years ago

.gitignore updated to ignore pycache dir.

satyanash commented 6 years ago

You've added _pycache_ to .gitignore. We need to remove __pycache__.

rahul-gaidhane commented 6 years ago

so we do not track pycache directory and also removed the earlier comitted pycache.