1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-19 18:31:16 +00:00
AdvLabDB/.gitignore

20 lines
212 B
Text
Raw Normal View History

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
__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
2022-05-17 10:43:51 +00:00
poetry.lock
2022-05-22 22:08:25 +00:00
.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