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,42 @@
# Python artifacts
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
.Python
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Virtual envs
.venv/
venv/
env/
# IDE
.vscode/
.idea/
*.swp
*.swo
.DS_Store
# Git
.git/
.gitignore
# Runtime data (mounted as volumes)
data/
# Docker meta (avoid recursive copy)
Dockerfile
docker-compose*.yml
.dockerignore
.env*
# Documentation (kept on host, not needed in image)
docs/
README.md
# Logs
*.log