X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=.gitignore;h=00f2c95d045fec8537198759a6ae7e3f8bbc5dc9;hb=7e60269c016a7889f0db0655fe19d6d6fac3d3ea;hp=3a4edf690ca5fd2213e31a83ede1503d5c73ccfa;hpb=21be2e0c890fb9604d0add2942fcff19b6fe2fb2;p=sim%2Fa1-interface.git diff --git a/.gitignore b/.gitignore index 3a4edf6..00f2c95 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,16 @@ +# Documentation +.idea/ +.tox +docs/_build/ +.DS_STORE + +# IDE .project +.vscode + +.coverage +coverage.xml +htmlcov/ + +# Python virtual env +venv/