initializare

This commit is contained in:
2025-11-06 20:55:35 +02:00
commit 9956e9c11e
32 changed files with 5500 additions and 0 deletions

25
.gitignore vendored Normal file
View File

@@ -0,0 +1,25 @@
# Python
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
ENV/
# Playwright
.pytest_cache/
test-results/
# Environment & Secrets
.env
auth.json
# Data & Logs
data/*.csv
data/*.json
data/*.png
logs/*.log
# OS
.DS_Store
Thumbs.db