first commit

This commit is contained in:
mathieu 2025-07-14 17:56:57 +02:00
commit a233e18c0b
48 changed files with 55300 additions and 0 deletions

27
.gitignore vendored Normal file
View file

@ -0,0 +1,27 @@
# Fichiers de credentials
credentials.json
# Données de test
test_files/
data/
archives/
# Fichiers temporaires Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.env
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db