# Do not commit/share/publish the secrets file with the secret key and password salt!
secrets.ini
# Own settings
settings.ini
# Database
*.sqlite

# Flask-Migrate
/migrations/

# Development
/dev/

# Python
__pycache__/
*.pyc