update link to upper-constraints.txt
[optf/osdf.git] / .gitignore
1 # Copied from https://raw.githubusercontent.com/github/gitignore/master/Python.gitignore
2 # Copy as of 2018-02-08
3 # github/gitignore is licensed under the
4 # Creative Commons Zero v1.0 Universal
5
6 # Byte-compiled / optimized / DLL files
7 __pycache__/
8 *.py[cod]
9 *$py.class
10
11 # C extensions
12 *.so
13
14 # Distribution / packaging
15 .Python
16 build/
17 develop-eggs/
18 dist/
19 downloads/
20 eggs/
21 .eggs/
22 lib/
23 lib64/
24 parts/
25 sdist/
26 var/
27 wheels/
28 *.egg-info/
29 .installed.cfg
30 *.egg
31 MANIFEST
32 AUTHORS
33 ChangeLog
34 logs/
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 .pytest_cache/
57
58 # Translations
59 *.mo
60 *.pot
61
62 # Django stuff:
63 *.log
64 .static_storage/
65 .media/
66 local_settings.py
67
68 # Flask stuff:
69 instance/
70 .webassets-cache
71
72 # Scrapy stuff:
73 .scrapy
74
75 # Sphinx documentation
76 docs/_build/
77
78 # PyBuilder
79 target/
80
81 # Jupyter Notebook
82 .ipynb_checkpoints
83
84 # pyenv
85 .python-version
86
87 # celery beat schedule file
88 celerybeat-schedule
89
90 # SageMath parsed files
91 *.sage.py
92
93 # Environments
94 .env
95 .venv
96 env/
97 venv/
98 ENV/
99 env.bak/
100 venv.bak/
101
102 # Spyder project settings
103 .spyderproject
104 .spyproject
105
106 # Rope project settings
107 .ropeproject
108
109 # mkdocs documentation
110 /site
111
112 # mypy
113 .mypy_cache/
114
115 # pyCharm
116 .idea/
117 xunit*.xml
118
119 # Autogenerated for simulations
120 simulator-logs
121 test/functest/simulators/config
122 test/functest/simulators/policy/response-payloads
123 test/functest/simulators/osdf
124 /pylint.out