Files
endurain/.gitignore
João Vitória Silva 0f52a2467c Alembic added
[backend] Alembic is now implemented. DB creation, updates and default user creations is handled by Alembic
2024-02-10 15:32:02 +00:00

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/*.*