first commit

This commit is contained in:
skylanix
2026-06-28 20:21:40 +02:00
commit b66b065da1
16 changed files with 1097 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
# Environnements virtuels
venv/
.venv/
env/
# Caches Python
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Distribution / build
build/
dist/
*.egg-info/
# Sorties générées
captures/ok/
report*.html
tweets.csv
# Modèles téléchargés (EasyOCR / Hugging Face)
.EasyOCR/
.cache/
# Fichiers d'environnement / secrets
.env
# Spécifiques aux éditeurs / OS
.vscode/
.idea/
.DS_Store
Thumbs.db