remove __pycache__, update .gitignore

This commit is contained in:
Tanushree Tunstall 2020-02-16 15:08:45 +00:00
parent b97712edb0
commit 4ef68bdc1b
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__