# Do not commit/publish the secrets file with the secret key and password salt!
secrets.ini

# Own settings
settings.ini

# Python
__pycache__
*.pyc

# Database
db/

# Poetry
.venv/

# Flask-Migrate
migrations/