Finalisation dashboard EcoCharge dynamique
This commit is contained in:
17
.gitignore
vendored
17
.gitignore
vendored
@@ -1,19 +1,20 @@
|
||||
# Python
|
||||
# Environnement Python
|
||||
venv/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
|
||||
# Virtual env
|
||||
.venv/
|
||||
# Fichiers temporaires
|
||||
.pytest_cache/
|
||||
ecocharge_code_complet.txt
|
||||
|
||||
# VS Code
|
||||
# VS Code / système
|
||||
.vscode/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Docker
|
||||
*.dbvenv/
|
||||
# Variables d'environnement
|
||||
.env
|
||||
Reference in New Issue
Block a user