diff --git a/.gitignore b/.gitignore index 8e3f39a69..e8630aa02 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,6 @@ MANIFEST build dist -_build -docs/gh-pages *.py[co] __pycache__ *.egg-info @@ -16,3 +14,15 @@ __pycache__ .coverage .cache absolute.json + +# Sphinx documentation +_build +docs/_build/ +docs/gh-pages + +# PyBuilder +target/ + +# PyCharm +.idea/ +*.iml