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