Update git submodules
[doc.git] / .gitignore
1 # Byte-compiled / optimized / DLL files
2 __pycache__/
3 *.py[cod]
4 *$py.class
5
6 # C extensions
7 *.so
8
9 # Distribution / packaging
10 .Python
11 build/
12 develop-eggs/
13 dist/
14 downloads/
15 eggs/
16 .eggs/
17 lib/
18 lib64/
19 parts/
20 sdist/
21 var/
22 wheels/
23 *.egg-info/
24 .installed.cfg
25 *.egg
26
27 # PyInstaller
28 #  Usually these files are written by a python script from a template
29 #  before PyInstaller builds the exe, so as to inject date/other infos into it.
30 *.manifest
31 *.spec
32
33 # aspell
34 *.new
35 *.bak
36
37 # Installer logs
38 pip-log.txt
39 pip-delete-this-directory.txt
40
41 # Unit test / coverage reports
42 htmlcov/
43 .tox/
44 .coverage
45 .coverage.*
46 .cache
47 nosetests.xml
48 coverage.xml
49 *.cover
50 .hypothesis/
51
52 # Django:
53 *.log
54 local_settings.py
55
56 # Flask:
57 instance/
58 .webassets-cache
59
60 # Scrapy:
61 .scrapy
62
63 # Sphinx documentation
64 docs/_build/
65
66 # PyBuilder
67 target/
68
69 # pyenv
70 .python-version
71
72 #MacOs
73 .DS_Store