Files
ecocharge/.gitignore

20 lines
214 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
.env