Merge pull request #162 from mpeuster/master
[osm/vim-emu.git] / .gitignore
1 # Byte-compiled / optimized / DLL files
2 __pycache__/
3 *.py[cod]
4 *$py.class
5
6 #IDE
7 .idea/
8
9 # virtualenv
10 venv
11
12 # vagrant
13 .vagrant/
14
15 # C extensions
16 *.so
17
18 # Distribution / packaging
19 .Python
20 env/
21 build/
22 develop-eggs/
23 dist/
24 downloads/
25 eggs/
26 .eggs/
27 lib/
28 lib64/
29 parts/
30 sdist/
31 var/
32 *.egg-info/
33 .installed.cfg
34 *.egg
35
36 # PyInstaller
37 #  Usually these files are written by a python script from a template
38 #  before PyInstaller builds the exe, so as to inject date/other infos into it.
39 *.manifest
40 *.spec
41
42 # Installer logs
43 pip-log.txt
44 pip-delete-this-directory.txt
45
46 # Unit test / coverage reports
47 htmlcov/
48 .tox/
49 .coverage
50 .coverage.*
51 .cache
52 nosetests.xml
53 coverage.xml
54 *,cover
55 .hypothesis/
56
57 # Translations
58 *.mo
59 *.pot
60
61 # Django stuff:
62 *.log
63
64 # Sphinx documentation
65 docs/_build/
66
67 # PyBuilder
68 target/
69
70 #Ipython Notebook
71 .ipynb_checkpoints
72
73 #Pytest
74 .pytest.restart
75
76 # JUnit xml
77 utils/ci/junit-xml/*.xml