.gitignore - Files that Git should ignoreΒΆ

Per the git docs, this file specifies intentionally untracked files to ignore. In general, ignore files produced by running a program on source files in a repository, such as the output of a compiler/assembler or (in this case) Sphinx. See What to add to your Gitignore File.

Ignore everything produced by Sphinx.

_build/