Skip to content

Commit

Permalink
Merge pull request #232 from catenax-ng/bugfix/dpp-script
Browse files Browse the repository at this point in the history
Bugfix/dpp script: Refactor script
  • Loading branch information
saudkhan116 authored Feb 2, 2024
2 parents a5dd327 + 3e5dc7f commit d4c49df
Show file tree
Hide file tree
Showing 15 changed files with 777 additions and 119 deletions.
80 changes: 79 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
# SPDX-License-Identifier: Apache-2.0
##################################################################################

__pycache__/
.DS_Store
node_modules
dist
Expand Down Expand Up @@ -67,3 +66,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 d4c49df

Please sign in to comment.