#Exluding from the tree the html build files
source/_build
# ignore vi temporary files
*.swp
*~
.*~

# ignore VS code settings
.vscode/

# ignore .mo translation files
*.mo

# ignore artifacts generated by running make py
cloned_repo
bundles.html.txt

# ignore the venv, used for running make py
venv

#ignore for reDocs GUI
.tox
MANIFEST

# ignore artifacts of man page generation
source/_scripts/_python/manpages/*.rst
source/reference/manpages
source/_scripts/_python/manpages/*/
source/reference/man-pages.rst
