# Copyright (c) Datalayer, Inc. https://datalayer.io
# Distributed under the terms of the Datalayer License.

# Check with git check-ignore -v **/*

# Exclude
.*
dist
build
lib
*.lock
*.sqlite
*.tsbuildinfo
*.egg-info
*-lock.json
*-error.log
*.log
*.lock
*.tsbuildinfo
*.zip
__pycache__
node_modules
coverage
typedoc

dev/notebooks/*

storybook-static
dist
dist-ssr
*.local

*.egg-info
datalayer_ui/labextension
# Version file is handled by hatchling
datalayer_ui/_version.py

datalayer_ui/static/*.js
datalayer_ui/static/*.css

conda-recipe/out/*

coverage

# Integration tests
ui-tests/test-results/
ui-tests/playwright-report/

# Created by https://www.gitignore.io/api/python
# Edit at https://www.gitignore.io/?templates=python

### Python ###
# 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/
share/python-wheels/
.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/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# Include
!**/.*ignore
!**/.*rc
!**/.*rc.js
!**/.*rc.yml
!**/.*config
!*.*rc.json
!.github
!.storybook
!.licenserc.yaml
!dev/notebooks/README.md
!dev/notebooks/.datalayer
!dev/notebooks/ping.ipynb
!dev/notebooks/plotly.ipynb
