Spaces:
Runtime error
Runtime error
# CMake | |
cmake-build-debug/ | |
## File-based project format: | |
*.iws | |
## Plugin-specific files: | |
# IntelliJ | |
.idea/ | |
*.iml | |
out/ | |
### macOS | |
*.DS_Store | |
.AppleDouble | |
.LSOverride | |
.Trashes | |
# mpeltonen/sbt-idea plugin | |
.idea_modules/ | |
# JIRA plugin | |
atlassian-ide-plugin.xml | |
# Crashlytics plugin (for Android Studio and IntelliJ) | |
com_crashlytics_export_strings.xml | |
crashlytics.properties | |
crashlytics-build.properties | |
fabric.properties | |
### Python template | |
# Byte-compiled / optimized / DLL files | |
__pycache__/ | |
*.py[cod] | |
*$py.class | |
# C extensions | |
*.so | |
# Distribution / packaging | |
.Python | |
build/ | |
develop-eggs/ | |
dist/ | |
downloads/ | |
eggs/ | |
.eggs/ | |
lib/ | |
lib64/ | |
parts/ | |
sdist/ | |
var/ | |
wheels/ | |
pip-wheel-metadata/ | |
*.egg-info/ | |
.installed.cfg | |
*.egg | |
MANIFEST | |
# PyInstaller | |
# Usually these files are written by a python script from a template | |
# before PyInstaller builds the exe, so as to inject date/other infos into it. | |
*.manifest | |
*.spec | |
# Installer logs | |
pip-log.txt | |
pip-delete-this-directory.txt | |
# Unit test / coverage reports | |
htmlcov/ | |
.tox/ | |
.coverage | |
.coverage.* | |
.cache | |
nosetests.xml | |
test-output.xml | |
coverage.xml | |
*.cover | |
.hypothesis/ | |
# Translations | |
*.mo | |
*.pot | |
# Django stuff: | |
*.log | |
.static_storage/ | |
.media/ | |
local_settings.py | |
# Flask stuff: | |
instance/ | |
.webassets-cache | |
# Scrapy stuff: | |
.scrapy | |
# PyBuilder | |
target/ | |
# Jupyter Notebook | |
.ipynb_checkpoints | |
# pyenv | |
.python-version | |
# celery beat schedule file | |
celerybeat-schedule | |
# SageMath parsed files | |
*.sage.py | |
# Environments | |
.env | |
.envrc | |
.venv | |
env/ | |
venv/ | |
ENV/ | |
env.bak/ | |
venv.bak/ | |
.cenv | |
# Spyder project settings | |
.spyderproject | |
.spyproject | |
# Rope project settings | |
.ropeproject | |
# mkdocs documentation | |
/site | |
/kedro/framework/html | |
# mypy | |
.mypy_cache/ | |
# Visual Studio Code | |
.vscode/ | |
# end to end tests assets | |
kedro.db | |
# Vim | |
*~ | |
.*.swo | |
.*.swp | |
# Prettier | |
.prettierignore | |
.pytest_cache/ | |
kedro/html | |
docs/tmp-build-artifacts | |
docs/build | |
docs/temp | |
docs/node_modules | |
docs/source/04_user_guide/source/.ipynb | |
tests/template/fake_project/ | |
default.profraw | |
package-lock.json | |
# Kedro-Datasets plugin | |
kedro/datasets/* | |