shortenit/.gitignore
Elia el Lazkani 6542ad3a8c chore(): Adds Sphinx to the mix
* Adds Sphinx to the dependency list
* Generates Sphinx related configuration
* Created Sphinx related docs
2024-11-30 11:50:55 +01:00

11 lines
80 B
Text

#Python
.eggs/
*.egg-info
__pycache__/
.mypy*/
# Sphinx
build/
# IDE
.vscode/