Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
--- /dev/null
+# Byte-compiled / optimized / DLL files
+__pycache__/
+*.py[cod]
+*$py.class
+
+# C extensions
+*.so
+
+# Poetry local configuration file - https://python-poetry.org/docs/configuration/#local-configuration
+poetry.toml
name = "ocpp-server"
version = "0.1.0"
description = "OCPP2 mock server"
-authors = ["Jérôme Benoit <jerome.benoit@piment-noir.org>"]
+authors = ["Jérôme Benoit <jerome.benoit@sap.com>"]
readme = "README.md"
[tool.poetry.dependencies]