chore(cleanup): remove unused files and update documentation for clarity

This commit is contained in:
Davidson Gomes
2025-05-07 06:43:33 -03:00
parent bbc18371dd
commit 422639a629
19 changed files with 333 additions and 1094 deletions

View File

@@ -4,7 +4,7 @@ from pydantic_settings import BaseSettings
import secrets
from dotenv import load_dotenv
# Carrega as variáveis do .env
# Load environment variables
load_dotenv()