mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
22 lines
241 B
Text
22 lines
241 B
Text
# 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/
|