mirror of
https://github.com/joaovitoriasilva/endurain.git
synced 2026-01-08 23:38:01 -05:00
[backend] Alembic is now implemented. DB creation, updates and default user creations is handled by Alembic
12 lines
171 B
Plaintext
12 lines
171 B
Plaintext
# Python
|
|
backend/__pycache__/
|
|
backend/*/__pycache__/
|
|
backend/*/*/__pycache__/
|
|
backend/*.pyc
|
|
|
|
# Logs
|
|
backend/logs/*.log
|
|
backend/*.log
|
|
|
|
# Frontend
|
|
frontend/img/users_img/*.* |