
# Python
__pycache__
*.py[cod]
.venv
venv/

# VS project
.vscode

# Ignore the config file as it may contain secrets
.env

# db files
instance/*
!instance/example-config.py

# Compose override
compose.override.yaml
