/ tools / r-wrapper / .gitignore
.gitignore
1  __pycache__/
2  *.pyc
3  *.pyo
4  .pytest_cache/
5  .coverage
6  *.egg-info/
7  dist/
8  build/