Skip to content

Commit

Permalink
Generated update. Please review before merging.
Browse files Browse the repository at this point in the history
  • Loading branch information
GitLab CI/CD committed Mar 19, 2024
1 parent a49120a commit 62cf6cb
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 12 deletions.
72 changes: 61 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .swagger-codegen/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.54
3.0.53-SNAPSHOT
2 changes: 2 additions & 0 deletions tests-config.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[ORS]\n
apiKey = 5b3ce3597851110001cf624825699ac758834a3488254c37444a8a92\n

0 comments on commit 62cf6cb

Please sign in to comment.