1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2025-03-11 19:36:24 +00:00
AdvLabDB/.gitignore

17 lines
231 B
Text
Raw Normal View History

2022-08-18 03:20:52 +02:00
# Do not commit/share/publish the secrets file with the secret key and password salt!
2022-08-08 18:01:33 +02:00
secrets.ini
# Own settings
settings.ini
2022-02-13 20:05:29 +01:00
# Database
2023-02-02 13:39:58 +01:00
*.sqlite
2022-05-17 12:43:51 +02:00
2022-05-29 18:13:28 +02:00
# Flask-Migrate
2022-08-18 03:20:52 +02:00
/migrations/
# Development
/dev_data/
# Python
__pycache__/
*.pyc