X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=blobdiff_plain;f=.gitignore;fp=.gitignore;h=5cbc2c645205e398b5d7e0ba50cf10a3e57d82e3;hp=ba74660506d90c514ee1d32bf4eb5ecb0af14075;hb=7303abc38b4751466953c8db55815c63df6687ac;hpb=64269198c6f0a11247af10a20f437d92ac33d02e diff --git a/.gitignore b/.gitignore index ba74660..5cbc2c6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] +*$py.class + # C extensions *.so @@ -42,6 +44,7 @@ htmlcov/ nosetests.xml coverage.xml *,cover +.hypothesis/ # Translations *.mo @@ -55,3 +58,7 @@ docs/_build/ # PyBuilder target/ + +#Ipython Notebook +.ipynb_checkpoints +