X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=blobdiff_plain;f=.gitignore;h=e59451b436ead7910c6a7bec7cb0814f5999d595;hp=ba74660506d90c514ee1d32bf4eb5ecb0af14075;hb=99587aefe0afa6053269538dbdcf44684981b8e1;hpb=003b0cd9ec36237458cb63da11faae49b9634bde diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 index ba74660..e59451b --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,16 @@ # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] +*$py.class + +#IDE +.idea/ + +# virtualenv +venv + +# vagrant +.vagrant/ # C extensions *.so @@ -42,6 +52,7 @@ htmlcov/ nosetests.xml coverage.xml *,cover +.hypothesis/ # Translations *.mo @@ -55,3 +66,12 @@ docs/_build/ # PyBuilder target/ + +#Ipython Notebook +.ipynb_checkpoints + +#Pytest +.pytest.restart + +# JUnit xml +utils/ci/junit-xml/*.xml