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