X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=.gitignore;h=5cbc2c645205e398b5d7e0ba50cf10a3e57d82e3;hb=d7cb443596657a5c0a54e9c8230e441ad36a0cca;hp=ba74660506d90c514ee1d32bf4eb5ecb0af14075;hpb=003b0cd9ec36237458cb63da11faae49b9634bde;p=osm%2Fvim-emu.git 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 +