mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-06 21:17:43 +00:00
16 lines
231 B
Text
16 lines
231 B
Text
# Do not commit/share/publish the secrets file with the secret key and password salt!
|
|
secrets.ini
|
|
# Own settings
|
|
settings.ini
|
|
# Database
|
|
*.sqlite
|
|
|
|
# Flask-Migrate
|
|
/migrations/
|
|
|
|
# Development
|
|
/dev_data/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|