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

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