Added IDE folder to ignore
[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 # C extensions
10 *.so
11
12 # Distribution / packaging
13 .Python
14 env/
15 build/
16 develop-eggs/
17 dist/
18 downloads/
19 eggs/
20 .eggs/
21 lib/
22 lib64/
23 parts/
24 sdist/
25 var/
26 *.egg-info/
27 .installed.cfg
28 *.egg
29
30 # PyInstaller
31 #  Usually these files are written by a python script from a template
32 #  before PyInstaller builds the exe, so as to inject date/other infos into it.
33 *.manifest
34 *.spec
35
36 # Installer logs
37 pip-log.txt
38 pip-delete-this-directory.txt
39
40 # Unit test / coverage reports
41 htmlcov/
42 .tox/
43 .coverage
44 .coverage.*
45 .cache
46 nosetests.xml
47 coverage.xml
48 *,cover
49 .hypothesis/
50
51 # Translations
52 *.mo
53 *.pot
54
55 # Django stuff:
56 *.log
57
58 # Sphinx documentation
59 docs/_build/
60
61 # PyBuilder
62 target/
63
64 #Ipython Notebook
65 .ipynb_checkpoints
66
67 #Pytest
68 .pytest.restart
69
70 # JUnit xml
71 utils/ci/junit-xml/*.xml