Files
Owais Lone 5d1f3201af Simplify bootstrap and generate code (#514)
- We now automatically generate bootstrap_gen.py file from the list of instrumentations present in the source tree.
- Bootstrap command now uses consumes this auto-generated list instead of keeping it's own local copy.
- We no longer uninstall packages before installing them as instrumentation package no longer specify libraries as dependencies so the edge cases are no longer there.
- We no longer try to install an incompatible version or force upgrade/downgrade an installed version. This used to leave systems in broken states which should happen no more.
2021-06-01 09:19:09 -07:00

63 lines
534 B
Plaintext

*.py[cod]
*.sw[op]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
dist-info
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
pyvenv.cfg
lib
lib64
__pycache__
venv*/
.venv*/
opentelemetry-python-core*/
/opentelemetry-python-core
# Installer logs
pip-log.txt
# Unit test / coverage reports
coverage.xml
.coverage
.nox
.tox
.cache
htmlcov
# Translations
*.mo
# Mac
.DS_Store
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# JetBrains
.idea
# VSCode
.vscode
# Sphinx
_build/
# mypy
.mypy_cache/
target