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

21 lines
229 B
Text

# Do not commit the environment variables file with the secret key and password salt!
.env
# Python
__pycache__
*.pyc
# Database
db/
# Development
.flaskenv
# Poetry
.venv/
# Nginx
advlabdb.conf
# Flask-Migrate
migrations/