diff --git a/doc/.gitignore b/doc/.gitignore index 869f7224..d261ebfc 100644 --- a/doc/.gitignore +++ b/doc/.gitignore @@ -1,2 +1,9 @@ +/*env*/ +.sphinx/venv/ +.sphinx/warnings.txt +.sphinx/.wordlist.dic +.sphinx/.doctrees/ _build -.sphinx +.DS_Store +__pycache__ +.idea/