update link to upper-constraints.txt
[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 _build
13 develop-eggs/
14 dist/
15 downloads/
16 eggs/
17 .eggs/
18 lib/
19 lib64/
20 parts/
21 sdist/
22 var/
23 wheels/
24 *.egg-info/
25 .installed.cfg
26 *.egg
27
28 # PyInstaller
29 #  Usually these files are written by a python script from a template
30 #  before PyInstaller builds the exe, so as to inject date/other infos into it.
31 *.manifest
32 *.spec
33
34 # aspell
35 *.new
36 *.bak
37
38 # Installer logs
39 pip-log.txt
40 pip-delete-this-directory.txt
41
42 # Unit test / coverage reports
43 htmlcov/
44 .tox/
45 .coverage
46 .coverage.*
47 .cache
48 nosetests.xml
49 coverage.xml
50 *.cover
51 .hypothesis/
52
53 # Django:
54 *.log
55 local_settings.py
56
57 # Flask:
58 instance/
59 .webassets-cache
60
61 # Scrapy:
62 .scrapy
63
64 # Sphinx documentation
65 docs/_build/
66
67 # PyBuilder
68 target/
69
70 # pyenv
71 .python-version
72
73 #MacOs
74 .DS_Store
75 .vscode/