# SPDX-FileCopyrightText: 2024 UL Research Institutes
# SPDX-License-Identifier: Apache-2.0

# filesystem
.DS_Store

# editors
.vscode/
*.swp

# python
venv/
__pycache__/
*.pyc
/build/
dist/
*.egg-info/

# node
node_modules/

# pytest
htmlcov/
.coverage
.coverage.*
.cache
coverage.xml
.pytest_cache/
.import_linter_cache/

# hypothesis
.hypothesis/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

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

dyff/client
dyff/schema
