# Python
venv/
__pycache__
dist
*.egg-info
build
.eggs
.tox

# IDEs
.idea/
!.idea/runConfigurations
.vscode/

# Where GitLab Pages expects website
public/

# Sphinx
.doctrees
_build