1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-19 18:31:16 +00:00
AdvLabDB/.gitignore
2022-04-18 18:46:06 +02:00

15 lines
208 B
Text

# Do not commit the environment variables file with the secret key and password salt!
.env
# Python
__pycache__
*.pyc
# Database
db/
# Server setup documentation
server_setup.adoc
# Development
.flaskenv