.gitignore
CHANGELOG.md
LICENSE
Pipfile
Pipfile.lock
README.md
pyproject.toml
setup.py
.github/workflows/ci_pipeline.yml
src/__init__.py
src/helpers/__init__.py
src/helpers/add_numbers.py
src/helpers/subtract_numbers.py
test_cicd_pipeline.egg-info/PKG-INFO
test_cicd_pipeline.egg-info/SOURCES.txt
test_cicd_pipeline.egg-info/dependency_links.txt
test_cicd_pipeline.egg-info/not-zip-safe
test_cicd_pipeline.egg-info/top_level.txt
testing/__init__.py
testing/unit_tests.py