Files
projetecho/.gitignore

21 lines
231 B
Plaintext

# Environnement Python
venv/
__pycache__/
*.pyc
*.pyo
*.pyd
# Fichiers temporaires
.pytest_cache/
ecocharge_code_complet.txt
# VS Code / système
.vscode/
.DS_Store
# Logs
*.log
# Variables d'environnement
.envtests_rapport.sh