1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2025-03-13 19:38:10 +00:00
AdvLabDB/.gitignore

13 lines
160 B
Text
Raw Normal View History

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
__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