Livrare LOT 1 - Didi

This commit is contained in:
Dezvoltari Evotech 2026-06-25 14:13:25 -07:00
commit 5380c3fc63
990 changed files with 133308 additions and 0 deletions

View file

@ -0,0 +1,44 @@
# Secrets
.env
.env.local
.env.*.local
# Python
__pycache__/
*.pyc
*.pyo
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.egg-info/
dist/
build/
# uv
.uv/
# IDE
.vscode/
.idea/
*.swp
# OS
.DS_Store
Thumbs.db
# Data / runtime
data/
logs/
*.log
*.db
*.sqlite
*.sqlite3
profiles/
archive/
# Reports
reports/*.json
reports/*.html
!reports/.gitkeep