.dockerignore
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
.mypy_cache/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
db.sqlite3
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# Jupyter Notebook
.ipynb_checkpoints
.ipython
notebooks
# pyenv
.python-version
# celery beat schedule file
celerybeat-schedule
# SageMath parsed files
*.sage.py
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# JS stuff
node_modules
# Dev stuff
.git
.gitignore
LICENSE
README.md
deploy_rsa.enc
keyfile.json.enc
.travis.yml
.vscode
.serverless
tmp
# Tracking/Log stuff
mlruns
log
*.log
##########################
# KEDRO PROJECT
# ignore potentially sensitive credentials files
conf/**/*credentials*
.gcloud
keyfile.json
# ignore everything in the following folders
data/**
logs/**
references/**
results/**
db/**