Related issue39
[e-mobility-charging-stations-simulator.git] / tests / ocpp-server / .gitignore
1 # Virtual environment
2 venv/
3 # Byte-compiled / optimized / DLL files
4 __pycache__/
5 *.py[cod]
6 *$py.class
7
8 # C extensions
9 *.so
10
11 # Poetry local configuration file - https://python-poetry.org/docs/configuration/#local-configuration
12 poetry.toml