remove __pycache__, update .gitignore

This commit is contained in:
Tanushree Tunstall 2020-02-16 15:08:45 +00:00
parent 2e8053dc72
commit 31dd74d5ac
2 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View file

@ -4,3 +4,4 @@
.Rhistory .Rhistory
*.pyc *.pyc
__pycache__ __pycache__
*/__pycache__