test: add .gitignore for ocpp-server
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 12 Jun 2024 17:48:54 +0000 (19:48 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 12 Jun 2024 17:48:54 +0000 (19:48 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
tests/ocpp-server/.gitignore [new file with mode: 0644]
tests/ocpp-server/pyproject.toml

diff --git a/tests/ocpp-server/.gitignore b/tests/ocpp-server/.gitignore
new file mode 100644 (file)
index 0000000..1cec89b
--- /dev/null
@@ -0,0 +1,10 @@
+# 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
index 9b8a4e2d965ee1833da5ea0286308b341e4d38ff..1c8cc8ca1b6c70dd9fc99e5ac013e49b9ee9cf42 100644 (file)
@@ -2,7 +2,7 @@
 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]