Commit inicial - upload de todos os arquivos da pasta

This commit is contained in:
2026-01-04 16:14:31 -03:00
commit e3ed1a734b
310 changed files with 62749 additions and 0 deletions

8
.flake8 Normal file
View File

@@ -0,0 +1,8 @@
[flake8]
max-line-length = 88
exclude = .git,__pycache__,venv,alembic/versions/*
ignore = E203, W503, E501
per-file-ignores =
__init__.py: F401
src/models/models.py: E712
alembic/*: E711,E712,F401