6542ad3a8c
* Adds Sphinx to the dependency list * Generates Sphinx related configuration * Created Sphinx related docs
11 lines
80 B
Text
11 lines
80 B
Text
#Python
|
|
.eggs/
|
|
*.egg-info
|
|
__pycache__/
|
|
.mypy*/
|
|
|
|
# Sphinx
|
|
build/
|
|
|
|
# IDE
|
|
.vscode/
|