diff --git a/.gitignore b/.gitignore index 3a54250..518b23d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,11 @@ -.Rhistory \ No newline at end of file +__pycache__/ +*.pyc +*.pyo + +# Distribution / packaging +*.egg-info/ +dist/ +build/ + +# Sphinx doc +_build/