.vscode

# Compiled python modules.
*.pyc
__pycache__

# Setuptools distribution folder.
/dist/
build

# Python egg metadata, regenerated from source files by setuptools.
*/*.egg-info

# Environment variables
.env.prod

# Documentation files
_build
_static
_templates

# Venv
*venv