|
1 |
| -*.egg |
| 1 | +.DS_Store |
2 | 2 | localhost.es
|
3 | 3 | oneliners.py
|
4 |
| -*.py[co] |
5 |
| -*.zip |
6 |
| -*~ |
7 |
| -.*.swp |
8 |
| -.DS_Store |
9 |
| -.coverage |
10 |
| -.eggs |
11 |
| -.idea |
12 |
| -.vscode |
13 |
| -build |
14 | 4 | cacert.pem
|
15 |
| -cover |
16 |
| -cov_html/ |
17 |
| -coverage.xml |
18 |
| -dist |
19 |
| -docs/_build |
20 |
| -docs/asciidoc/html_docs/ |
| 5 | +docs/ |
21 | 6 | docker_test/repo/
|
22 | 7 | docker_test/curatortestenv
|
23 | 8 | docker_test/scripts/Dockerfile
|
24 |
| -elasticsearch_curator.egg-info |
25 |
| -elasticsearch_curator_dev.egg-info |
26 | 9 | html_docs/
|
27 |
| -index.html |
28 |
| -pytest.ini |
29 |
| -samples |
30 |
| -scratch |
31 |
| -test/.DS_Store |
| 10 | + |
| 11 | +# Byte-compiled / optimized / DLL files |
| 12 | +__pycache__/ |
| 13 | +*.py[cod] |
| 14 | +*$py.class |
| 15 | + |
| 16 | +# C extensions |
| 17 | +*.so |
| 18 | + |
| 19 | +.black |
| 20 | +.flake8 |
| 21 | +pylintrc |
| 22 | +pylintrc.toml |
| 23 | + |
| 24 | +# Distribution / packaging |
| 25 | +.Python |
| 26 | +build/ |
| 27 | +develop-eggs/ |
| 28 | +dist/ |
| 29 | +downloads/ |
| 30 | +eggs/ |
| 31 | +.eggs/ |
| 32 | +lib/ |
| 33 | +lib64/ |
| 34 | +parts/ |
| 35 | +sdist/ |
| 36 | +var/ |
| 37 | +wheels/ |
| 38 | +share/python-wheels/ |
| 39 | +*.egg-info/ |
| 40 | +.installed.cfg |
| 41 | +*.egg |
| 42 | +MANIFEST |
| 43 | + |
| 44 | +# PyInstaller |
| 45 | +# Usually these files are written by a python script from a template |
| 46 | +# before PyInstaller builds the exe, so as to inject date/other infos into it. |
| 47 | +*.manifest |
| 48 | +*.spec |
| 49 | + |
| 50 | +# Installer logs |
| 51 | +pip-log.txt |
| 52 | +pip-delete-this-directory.txt |
| 53 | + |
| 54 | +# Unit test / coverage reports |
| 55 | +htmlcov/ |
| 56 | +.tox/ |
| 57 | +.nox/ |
| 58 | +.coverage |
| 59 | +.coverage.* |
| 60 | +.cache |
| 61 | +nosetests.xml |
| 62 | +coverage.xml |
| 63 | +*.cover |
| 64 | +*.py,cover |
| 65 | +.hypothesis/ |
| 66 | +.pytest_cache/ |
| 67 | +cover/ |
| 68 | + |
| 69 | +# Translations |
| 70 | +*.mo |
| 71 | +*.pot |
| 72 | + |
| 73 | +# Django stuff: |
| 74 | +*.log |
| 75 | +local_settings.py |
| 76 | +db.sqlite3 |
| 77 | +db.sqlite3-journal |
| 78 | + |
| 79 | +# Flask stuff: |
| 80 | +instance/ |
| 81 | +.webassets-cache |
| 82 | + |
| 83 | +# Scrapy stuff: |
| 84 | +.scrapy |
| 85 | + |
| 86 | +# Sphinx documentation |
| 87 | +docs/_build/ |
| 88 | + |
| 89 | +# PyBuilder |
| 90 | +.pybuilder/ |
| 91 | +target/ |
| 92 | + |
| 93 | +# Jupyter Notebook |
| 94 | +.ipynb_checkpoints |
| 95 | + |
| 96 | +# IPython |
| 97 | +profile_default/ |
| 98 | +ipython_config.py |
| 99 | + |
| 100 | +# pyenv |
| 101 | +# For a library or package, you might want to ignore these files since the code is |
| 102 | +# intended to run in multiple environments; otherwise, check them in: |
| 103 | +# .python-version |
| 104 | + |
| 105 | +# pipenv |
| 106 | +# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. |
| 107 | +# However, in case of collaboration, if having platform-specific dependencies or dependencies |
| 108 | +# having no cross-platform support, pipenv may install dependencies that don't work, or not |
| 109 | +# install all needed dependencies. |
| 110 | +#Pipfile.lock |
| 111 | + |
| 112 | +# poetry |
| 113 | +# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control. |
| 114 | +# This is especially recommended for binary packages to ensure reproducibility, and is more |
| 115 | +# commonly ignored for libraries. |
| 116 | +# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control |
| 117 | +#poetry.lock |
| 118 | + |
| 119 | +# pdm |
| 120 | +# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control. |
| 121 | +#pdm.lock |
| 122 | +# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it |
| 123 | +# in version control. |
| 124 | +# https://pdm.fming.dev/#use-with-ide |
| 125 | +.pdm.toml |
| 126 | + |
| 127 | +# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm |
| 128 | +__pypackages__/ |
| 129 | + |
| 130 | +# Celery stuff |
| 131 | +celerybeat-schedule |
| 132 | +celerybeat.pid |
| 133 | + |
| 134 | +# SageMath parsed files |
| 135 | +*.sage.py |
| 136 | + |
| 137 | +# Environments |
| 138 | +.env |
| 139 | +.venv |
| 140 | +env/ |
| 141 | +venv/ |
| 142 | +ENV/ |
| 143 | +env.bak/ |
| 144 | +venv.bak/ |
| 145 | + |
| 146 | +# Spyder project settings |
| 147 | +.spyderproject |
| 148 | +.spyproject |
| 149 | + |
| 150 | +# Rope project settings |
| 151 | +.ropeproject |
| 152 | + |
| 153 | +# mkdocs documentation |
| 154 | +/site |
| 155 | + |
| 156 | +# mypy |
| 157 | +.mypy_cache/ |
| 158 | +.mypy.ini |
| 159 | +.dmypy.json |
| 160 | +dmypy.json |
| 161 | + |
| 162 | +# Pyre type checker |
| 163 | +.pyre/ |
| 164 | + |
| 165 | +# pytype static type analyzer |
| 166 | +.pytype/ |
| 167 | + |
| 168 | +# Cython debug symbols |
| 169 | +cython_debug/ |
| 170 | + |
| 171 | +# PyCharm |
| 172 | +# JetBrains specific template is maintained in a separate JetBrains.gitignore that can |
| 173 | +# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore |
| 174 | +# and can be added to the global gitignore or merged into this file. For a more nuclear |
| 175 | +# option (not recommended) you can uncomment the following to ignore the entire idea folder. |
| 176 | +#.idea/ |
| 177 | + |
| 178 | +.vscode |
0 commit comments