Skip to content

Commit

Permalink
Merge pull request #207 from catenax-ng/release/v2.1.0/refactor-dpp-s…
Browse files Browse the repository at this point in the history
…cript

[ 21° ] Release/v2.1.0/refactor dpp script
  • Loading branch information
saudkhan116 authored Feb 2, 2024
2 parents e59172d + ca11e5f commit 86dd4aa
Show file tree
Hide file tree
Showing 11 changed files with 777 additions and 116 deletions.
79 changes: 79 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,82 @@ tgz
## Backup Files
*.bck
*.bak

######## Python - inspired by https://github.com/github/gitignore/blob/main/Python.gitignore

__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
*.manifest
*.spec
pip-log.txt
pip-delete-this-directory.txt
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
*.mo
*.pot
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
instance/
.webassets-cache
.scrapy
docs/_build/
.pybuilder/
target/
.ipynb_checkpoints
profile_default/
ipython_config.py
.pdm.toml
__pypackages__/
celerybeat-schedule
celerybeat.pid
*.sage.py
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.spyderproject
.spyproject
.ropeproject
/site
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/
cython_debug/
Loading

0 comments on commit 86dd4aa

Please sign in to comment.