X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=.gitignore;h=4795d165babdca487e7d0f55e518a02d9b6c32dd;hb=refs%2Fheads%2Fi-release;hp=ca8b32704b9048651f172bcc93458b3c581f8881;hpb=be88b176744e1b1664f21217e72a18bac955935f;p=ric-plt%2Flib%2Frmr.git diff --git a/.gitignore b/.gitignore index ca8b327..4795d16 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,53 @@ +.DS_Store build/* +.build/* *.o *- *.ps *.sp *.eps *.bak + +# python bindings +*.rdb +.pytest_cache/ +.config +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class +# C extensions +*.so +# Distribution / packaging +.Python +env/ +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +*.egg-info/ +.installed.cfg +*.egg +# Unit test / coverage reports +htmlcov/ +.tox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +# pyenv +.python-version +# dotenv +.env +# virtualenv +.venv +venv/