1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-15 18:27:20 +00:00
AdvLabDB/.gitignore
2023-11-03 21:22:13 +01:00

16 lines
226 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/
# Python
__pycache__/
*.pyc