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

68
.gitignore vendored Normal file
View File

@@ -0,0 +1,68 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual environments
venv/
env/
ENV/
env.bak/
venv.bak/
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Jupyter Notebook
.ipynb_checkpoints
# Environment
.env
.env.local
# Logs
*.log
# Fichiers de données (ne pas commiter les PDFs et CSVs)
*.pdf
*.csv
*_brut.csv
*_final.csv
fusion_total.csv
# Fichiers temporaires
*.tmp
.cache/