oracledb-exporter-async

Форк
0
/
.dockerignore 
159 строк · 2.2 Кб
1
*.rpm
2

3
# Swap
4
[._]*.s[a-v][a-z]
5
[._]*.sw[a-p]
6
[._]s[a-rt-v][a-z]
7
[._]ss[a-gi-z]
8
[._]sw[a-p]
9

10
# Session
11
Session.vim
12
Sessionx.vim
13

14
# Temporary
15
.netrwhist
16
*~
17
# Auto-generated tag files
18
tags
19
# Persistent undo
20
[._]*.un~
21

22
# Byte-compiled / optimized / DLL files
23
__pycache__/
24
*.py[cod]
25
*$py.class
26

27
# C extensions
28
*.so
29

30
# Distribution / packaging
31
.Python
32
build/
33
develop-eggs/
34
dist/
35
downloads/
36
eggs/
37
.eggs/
38
lib/
39
lib64/
40
parts/
41
sdist/
42
var/
43
wheels/
44
share/python-wheels/
45
*.egg-info/
46
.installed.cfg
47
*.egg
48
MANIFEST
49

50
# PyInstaller
51
#  Usually these files are written by a python script from a template
52
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
53
*.manifest
54
*.spec
55

56
# Installer logs
57
pip-log.txt
58
pip-delete-this-directory.txt
59

60
# Unit test / coverage reports
61
htmlcov/
62
.tox/
63
.nox/
64
.coverage
65
.coverage.*
66
.cache
67
nosetests.xml
68
coverage.xml
69
*.cover
70
*.py,cover
71
.hypothesis/
72
.pytest_cache/
73
cover/
74

75
# Translations
76
*.mo
77
*.pot
78

79
# Django stuff:
80
*.log
81
local_settings.py
82
db.sqlite3
83
db.sqlite3-journal
84

85
# Flask stuff:
86
instance/
87
.webassets-cache
88

89
# Scrapy stuff:
90
.scrapy
91

92
# Sphinx documentation
93
docs/_build/
94

95
# PyBuilder
96
.pybuilder/
97
target/
98

99
# Jupyter Notebook
100
.ipynb_checkpoints
101

102
# IPython
103
profile_default/
104
ipython_config.py
105

106
# pyenv
107
#   For a library or package, you might want to ignore these files since the code is
108
#   intended to run in multiple environments; otherwise, check them in:
109
# .python-version
110

111
# pipenv
112
#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
113
#   However, in case of collaboration, if having platform-specific dependencies or dependencies
114
#   having no cross-platform support, pipenv may install dependencies that don't work, or not
115
#   install all needed dependencies.
116
#Pipfile.lock
117

118
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
119
__pypackages__/
120

121
# Celery stuff
122
celerybeat-schedule
123
celerybeat.pid
124

125
# SageMath parsed files
126
*.sage.py
127

128
# Environments
129
.env
130
.venv
131
env/
132
venv/
133
ENV/
134
env.bak/
135
venv.bak/
136

137
# Spyder project settings
138
.spyderproject
139
.spyproject
140

141
# Rope project settings
142
.ropeproject
143

144
# mkdocs documentation
145
/site
146

147
# mypy
148
.mypy_cache/
149
.dmypy.json
150
dmypy.json
151

152
# Pyre type checker
153
.pyre/
154

155
# pytype static type analyzer
156
.pytype/
157

158
# Cython debug symbols
159
cython_debug/
160

161

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.