mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-12-02 22:33:05 +00:00
18 lines
211 B
Text
18 lines
211 B
Text
# Do not commit/publish the secrets file with the secret key and password salt!
|
|
secrets.ini
|
|
|
|
# Own settings
|
|
settings.ini
|
|
|
|
# Python
|
|
__pycache__
|
|
*.pyc
|
|
|
|
# Database
|
|
db/
|
|
|
|
# Poetry
|
|
.venv/
|
|
|
|
# Flask-Migrate
|
|
migrations/
|