diff --git a/.gitignore b/.gitignore index 7c5d3af..a655050 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,64 @@ -# IDE -.vscode +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class -# Vitepress -/**/node_modules -.vitepress/cache +# C extensions +*.so -# Python -/**/__pycache__ -dist -*.egg-info +# Distribution / packaging +.Python +env/ +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +*.egg-info/ +.installed.cfg +*.egg -# Secrets -tests-config.ini +# PyInstaller +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*,cover +.hypothesis/ +venv/ +.python-version + +# Translations +*.mo +*.pot + +# Django stuff: +*.log + +# Sphinx documentation +docs/_build/ + +# PyBuilder +target/ + +#Ipython Notebook +.ipynb_checkpoints diff --git a/.swagger-codegen/VERSION b/.swagger-codegen/VERSION index 248908e..27dedc5 100644 --- a/.swagger-codegen/VERSION +++ b/.swagger-codegen/VERSION @@ -1 +1 @@ -3.0.54 \ No newline at end of file +3.0.53-SNAPSHOT \ No newline at end of file diff --git a/tests-config.ini b/tests-config.ini new file mode 100644 index 0000000..687d42a --- /dev/null +++ b/tests-config.ini @@ -0,0 +1,2 @@ +[ORS]\n +apiKey = 5b3ce3597851110001cf624825699ac758834a3488254c37444a8a92\n