# Do not commit the environment variables file with the secret key and password salt!
.env

# Python
__pycache__
*.pyc

# Database
db/

# Development
.flaskenv

# Poetry
poetry.lock
.venv/

# Nginx
advlabdb.conf

# Flask-Migrate
migrations/