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

19 lines
211 B
Text
Raw Normal View History

2022-08-08 16:01:33 +00:00
# Do not commit/publish the secrets file with the secret key and password salt!
secrets.ini
# Own settings
settings.ini
2022-04-18 15:01:51 +00:00
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-05-22 22:08:25 +00:00
# Poetry
.venv/
2022-05-17 10:43:51 +00:00
2022-05-29 16:13:28 +00:00
# Flask-Migrate
migrations/