2022-04-18 17:01:51 +02:00
|
|
|
# Do not commit the environment variables file with the secret key and password salt!
|
|
|
|
.env
|
|
|
|
|
2022-02-13 20:05:29 +01:00
|
|
|
# Python
|
2021-09-11 15:25:13 +02:00
|
|
|
__pycache__
|
2021-03-18 14:53:55 +01:00
|
|
|
*.pyc
|
2022-02-13 20:05:29 +01:00
|
|
|
|
|
|
|
# Database
|
2022-01-13 02:25:31 +01:00
|
|
|
db/
|
2022-02-13 20:05:29 +01:00
|
|
|
|
2022-04-18 18:46:06 +02:00
|
|
|
# Development
|
|
|
|
.flaskenv
|
2022-05-07 23:54:45 +02:00
|
|
|
|
2022-05-23 00:08:25 +02:00
|
|
|
# Poetry
|
2022-05-17 12:43:51 +02:00
|
|
|
poetry.lock
|
2022-05-23 00:08:25 +02:00
|
|
|
.venv/
|
2022-05-17 12:43:51 +02:00
|
|
|
|
2022-05-23 00:08:25 +02:00
|
|
|
# Nginx
|
2022-05-17 12:43:51 +02:00
|
|
|
advlabdb.conf
|
2022-05-29 18:13:28 +02:00
|
|
|
|
|
|
|
# Flask-Migrate
|
|
|
|
migrations/
|