refactorisation script

This commit is contained in:
syoul46
2025-10-12 02:10:57 +02:00
parent a942952a8e
commit 8c9392b613
13 changed files with 2727 additions and 157 deletions

56
.dockerignore Normal file
View File

@@ -0,0 +1,56 @@
# Git
.git
.gitignore
.gitattributes
# Documentation
*.md
!README.md
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.pytest_cache/
.coverage
htmlcov/
# Virtual environments
venv/
env/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Fichiers temporaires
*.tmp
*.log
*.csv
*.pdf
# OS
.DS_Store
Thumbs.db